import { IAlert } from './AlertTypes'; export declare const AlertStyled: import("styled-components").StyledComponent<"div", any, IAlert.AlertStyled, never>; export declare const InfoIcon: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const Content: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const AlertActionBtn: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const CloseButton: import("styled-components").StyledComponent<"button", any, {}, never>;