export declare type StatusTextType = 'SUCCESS' | 'WARNING' | 'ERROR'; export declare const StatusTextCore: import("styled-components").StyledComponent<"p", any, { status?: StatusTextType | undefined; }, never>; export declare const IconWrap: import("styled-components").StyledComponent<"div", any, { status?: StatusTextType | undefined; }, never>; //# sourceMappingURL=StatusText.styles.d.ts.map