/** Preset drawer widths in pixels */ export declare const DIALOG_SIZES: { readonly small: 400; readonly medium: 560; readonly large: 960; }; /** Default min/max width constraints */ export declare const DIALOG_WIDTH_CONSTRAINTS: { readonly min: 400; readonly max: 1130; };