type InputProps = { hasError?: boolean; }; export declare const Input: import("styled-components").StyledComponent<"input", any, InputProps, never>; export {};