import { ModalSizeTypes } from './type'; export declare const getModalSizeStyles: (size: ModalSizeTypes) => { width: string; height?: undefined; minHeight?: undefined; minWidth?: undefined; } | { width: string; height: string; minHeight: string; minWidth: string; } | { width?: undefined; height?: undefined; minHeight?: undefined; minWidth?: undefined; }; //# sourceMappingURL=style.d.ts.map