///
import { IColors } from '../../types/theme';
export declare const StyledError: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
theme: IColors;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;