type DialogSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'; export declare const StyledDialog: import("@emotion/styled").StyledComponent; export {};