export { MathElement } from './elements/math/math-element'; export { MathPreview } from './elements/math/math-preview'; export { MathEdit } from './elements/math/math-edit'; export { MathBlockElement } from './elements/math-block/math-block-element'; export declare const MathInlineUI: { 'math-inline': { render: (props: import("@yoopta/editor/dist/plugins/types").PluginElementExtendRenderProps) => import("react/jsx-runtime").JSX.Element; }; }; export declare const MathBlockUI: { 'math-block': { render: (props: import("@yoopta/editor/dist/plugins/types").PluginElementExtendRenderProps) => import("react/jsx-runtime").JSX.Element; }; }; //# sourceMappingURL=index.d.ts.map