import type { Schema } from 'hast-util-sanitize'; import type { ASTType } from '../RichText/types'; export declare const hastSanitizeSchema: Schema; declare const htmlToAst: (html: string) => ASTType; export default htmlToAst; //# sourceMappingURL=html-to-hast.d.ts.map