export declare const normalTextElement: { type: string; children: { text: string; }[]; }; export declare const getNormalTextElement: () => { type: string; id: any; children: { text: string; }[]; };