/// import { BannerProps } from './types'; export declare const StyledBannerContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & BannerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledMaxWidthContainer: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; } & Pick, {}, {}>; export declare const StyledIconContentContainer: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; } & Pick, {}, {}>; export declare const StyledIconContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledTitleContainer: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; } & Pick, {}, {}>; export declare const StyledContentContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledMessageContainer: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; } & Pick, {}, {}>; export declare const StyledActionsContainer: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; } & Pick, {}, {}>; //# sourceMappingURL=styled.d.ts.map