///
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;
//# sourceMappingURL=style.d.ts.map