export default createCommentSchema; declare function createCommentSchema({ BlockCode, BlockQuote, BlockQuoteNested, BlockQuoteParagraph, Code, Container, Definition, Heading, Link, List, ListItem, Paragraph, StrikeThrough }?: { BlockCode: any; BlockQuote: any; BlockQuoteNested: any; BlockQuoteParagraph: any; Code: any; Container: any; Definition: any; Heading: any; Link: any; List: any; ListItem: any; Paragraph: any; StrikeThrough: any; }): { rules: { matchMdast: any; component: any; rules: { matchMdast: any; component: any; }[]; }[]; };