/// interface Props { error?: boolean; } export declare const TextInput: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Props, import("react").DetailedHTMLProps, HTMLInputElement>, {}>; export {};