/// interface ContainerProps { /** Apperance of banner, determines icon and background */ appearance: 'success' | 'warning' | 'error'; } export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; export declare const StyledText: 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 StyledIcon: import("styled-components").StyledComponent<({ name, color, size, ...other }: import("../Icon").IconProps & import("react").HTMLAttributes) => JSX.Element, any, {}, never>; export {};