type TransitionProps = {
    transitionName: string;
    transitionTime: number;
};
declare const StyledModalBackground: import("styled-components").StyledComponent<"div", any, TransitionProps, never>;
declare const StyledModal: import("styled-components").StyledComponent<"div", any, {
    theme: object;
} & TransitionProps & {
    topModalOverride?: boolean;
}, "theme">;
export { StyledModal, StyledModalBackground };
