export declare const ChapterContentBlockInputModelSubType: {
    readonly P: "p";
    readonly H1: "h1";
    readonly H2: "h2";
    readonly H3: "h3";
};
export type ChapterContentBlockInputModelSubType = (typeof ChapterContentBlockInputModelSubType)[keyof typeof ChapterContentBlockInputModelSubType];
