export declare const BlockquoteNodeChildrenPattern = "PARAGRAPH"; export declare const BulletedListNodeChildrenPattern = "LIST_ITEM+"; export declare const CodeBlockNodeChildrenPattern = "TEXT*"; export declare const CollapsibleItemBodyNodeChildrenPattern = "(PARAGRAPH|HEADING|BULLETED_LIST|ORDERED_LIST|BLOCKQUOTE|AUDIO|FILE|IMAGE|VIDEO|GIF|DIVIDER|CODE_BLOCK|APP_EMBED|LINK_PREVIEW|GALLERY|BUTTON|COLLAPSIBLE_LIST|TABLE|EMBED|POLL|HTML)+"; export declare const CollapsibleItemNodeChildrenPattern = "COLLAPSIBLE_ITEM_TITLE COLLAPSIBLE_ITEM_BODY"; export declare const CollapsibleItemTitleNodeChildrenPattern = "(PARAGRAPH|HEADING|BULLETED_LIST|ORDERED_LIST|BLOCKQUOTE|CODE_BLOCK)"; export declare const CollapsibleListNodeChildrenPattern = "COLLAPSIBLE_ITEM+"; export declare const HeadingNodeChildrenPattern = "TEXT*"; export declare const ListItemNodeChildrenPattern = "(PARAGRAPH|HEADING|IMAGE|VIDEO|GIF|GALLERY) (PARAGRAPH|BULLETED_LIST|ORDERED_LIST|HEADING|IMAGE|VIDEO|GIF|GALLERY)*"; export declare const OrderedListNodeChildrenPattern = "LIST_ITEM+"; export declare const ParagraphNodeChildrenPattern = "TEXT*"; export declare const TableCellNodeChildrenPattern = "(PARAGRAPH|HEADING|BULLETED_LIST|ORDERED_LIST|BLOCKQUOTE|AUDIO|FILE|IMAGE|VIDEO|GIF|DIVIDER|CODE_BLOCK|HTML|LINK_PREVIEW|APP_EMBED|BUTTON|EMBED)+"; export declare const TableNodeChildrenPattern = "TABLE_ROW+"; export declare const TableRowNodeChildrenPattern = "TABLE_CELL+"; //# sourceMappingURL=node-patterns.d.ts.map