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