/// export declare const Title: import("styled-components").StyledComponent<({ as, children, color, size, font, letterSpacing, uppercase, weight, upgrade, ...other }: import("../Text").TextProps & import("react").HTMLAttributes) => JSX.Element, any, {}, never>; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ActionContainer: import("styled-components").StyledComponent<"div", any, {}, never>; interface BackgroundProps { isVisible?: boolean; } export declare const Background: import("styled-components").StyledComponent<"div", any, BackgroundProps, never>; export declare const CloseButton: import("styled-components").StyledComponent<"button", any, {}, never>; export {};