/// declare const _default: { bold: { Button: () => import("react").JSX.Element; Leaf: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; code: { Button: () => import("react").JSX.Element; Leaf: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; italic: { Button: () => import("react").JSX.Element; Leaf: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; strikethrough: { Button: () => import("react").JSX.Element; Leaf: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; underline: { Button: () => import("react").JSX.Element; Leaf: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; }; export default _default; //# sourceMappingURL=index.d.ts.map