export interface Container { msgType: "neutral" | "positive" | "informative" | "warning" | "negative" | "negative-alternative" | "subscription"; } export declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Container, never>; export interface IconHolder { description: boolean; msgType: "neutral" | "positive" | "informative" | "warning" | "negative" | "negative-alternative" | "subscription"; } export declare const IconHolder: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IconHolder, never>; export declare const LabelDescriptionHolder: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>; export interface Label { description: boolean; } export declare const Label: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, Label, never>; export declare const Description: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>;