import { ModalDialogSize } from './constants';
export declare const StyledModalDialog: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
    $size: ModalDialogSize;
}, never>;
export declare const showAnimationDuration = 400;
export declare const hideAnimationDuration = 100;
export declare const StyledModalBackdrop: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
