import { INotificationType } from './index'; export declare const BackgroundStatus: { info: string; Success: string; Warning: string; Error: string; }; export declare const BackgroundBorderStatus: { info: string; Success: string; Warning: string; Error: string; }; export declare const VariationsIcons: { info: import("react/jsx-runtime").JSX.Element; Success: import("react/jsx-runtime").JSX.Element; Warning: import("react/jsx-runtime").JSX.Element; Error: import("react/jsx-runtime").JSX.Element; }; export declare const ContainerToast: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, INotificationType>> & string; export declare const TitleContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, INotificationType>> & string; export declare const Messsege: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLParagraphElement>, INotificationType>> & string; export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLHeadingElement>, never>> & string; export declare const Closed: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLButtonElement>, INotificationType>> & string; export declare const Action: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLButtonElement>, INotificationType>> & string; export declare const DivIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, INotificationType>> & string;