import { ModalDialogProps } from '../types';
export declare const dialogWidth: (input?: ModalDialogProps['width']) => string;
export declare const dialogHeight: (input?: ModalDialogProps['height']) => string;
