///
import type { CellPluginComponentProps, ImageUploadType } from '@react-page/editor';
import type { ImageState } from './state';
import type { Translations } from './translations';
export declare type ImageControlType = React.ComponentType & {
imageUpload?: ImageUploadType;
translations?: Translations;
}>;
//# sourceMappingURL=controls.d.ts.map