/// export declare type Props = { 'data-testid'?: string; onClick: () => void; }; declare const ImagePluginButton: ({ "data-testid": testId, onClick }: Props) => JSX.Element; export default ImagePluginButton; //# sourceMappingURL=ImagePluginButton.d.ts.map