export declare const SupportedKeys: { readonly HardBreak: "HardBreak"; readonly Blockquote: "Blockquote"; readonly BulletList: "BulletList"; readonly OrderedList: "OrderedList"; readonly CodeFence: "CodeFence"; readonly H1: "H1"; readonly H2: "H2"; readonly H3: "H3"; readonly H4: "H4"; readonly H5: "H5"; readonly H6: "H6"; readonly Text: "Text"; readonly CodeInline: "CodeInline"; readonly Em: "Em"; readonly Bold: "Bold"; readonly NextListItem: "NextListItem"; readonly SinkListItem: "SinkListItem"; readonly LiftListItem: "LiftListItem"; readonly PopListItem: "PopListItem"; }; export declare type SupportedKeys = typeof SupportedKeys; //# sourceMappingURL=supported-keys.d.ts.map