import { ErrorPosition, ErrorType } from './types'; interface StyledErrorContainerProps { $position: ErrorPosition; $type: ErrorType; $show: boolean; $animation: 'fade' | 'slide' | 'none'; } export declare const StyledErrorContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledErrorContainerProps>> & string; export declare const StyledIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never>> & string; export declare const StyledMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never>> & string; export declare const StyledLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLAnchorElement>, never>> & string; export {};