import type { FC } from 'react'; import type { IToolbarItem } from 'ricos-types'; type Props = { toolbarItem: IToolbarItem; dataHook?: string; }; export declare const RemovePreviewButton: FC; export {}; //# sourceMappingURL=RemovePreviewButton.d.ts.map