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