import React from "react"; export declare const ErrorWrapper: import("@emotion/styled").StyledComponent; export declare const ErrorLabel: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLParagraphElement>, {}>; export declare const ErrorsList: React.FC<{ children?: React.ReactNode; }>;