import { ToolbarButton } from './toolbar'; import * as React from 'react'; export declare function MarkToolbarButton({ clear, nodeType, ...props }: React.ComponentProps & { nodeType: string; clear?: string[] | string; }): import("react/jsx-runtime").JSX.Element;