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