import type { RichTextAdapter } from 'mzinga/types'; import type { AdapterArguments } from './types'; export declare function slateEditor(args: AdapterArguments): RichTextAdapter; export { default as ElementButton } from './field/elements/Button'; export { default as toggleElement } from './field/elements/toggle'; export { default as LeafButton } from './field/leaves/Button'; export type { AdapterArguments, ElementNode, FieldProps, RichTextCustomElement, RichTextCustomLeaf, RichTextElement, RichTextLeaf, TextNode, } from './types'; export { nodeIsTextNode } from './types'; //# sourceMappingURL=index.d.ts.map