import { UuiContexts } from '@epam/uui-core'; export interface ImageModalState { src: string; alt: string; width?: number; height?: number; proportion?: number; isApplyProportions?: boolean; srcIsInvalid?: boolean; } export declare const showImageModal: (context: UuiContexts, initialState: ImageModalState) => Promise; //# sourceMappingURL=ImageModal.d.ts.map