import { PlateEditor, PlatePlugin } from '@udecode/plate-common'; import React from 'react'; import { WithToolbarButton } from '../../implementation/Toolbars'; export declare const superscriptPlugin: () => PlatePlugin; interface IToolbarButton { editor: PlateEditor; } export declare function SuperscriptButton({ editor }: IToolbarButton): React.JSX.Element; export {}; //# sourceMappingURL=superscriptPlugin.d.ts.map