import { MessagingTypes, ComponentName, MessagingProps } from './types'; export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { variant: MessagingTypes; componentName: ComponentName; }, never>; export declare const Actions: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Pick, never>; export declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { compact?: boolean | undefined; }, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const CloseIcon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { compact: boolean | undefined; }, never>; export declare const Title: import("styled-components").StyledComponent<"h4", import("styled-components").DefaultTheme, {}, never>; export declare const Content: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;