/// export interface Props { error?: boolean; size?: 'sm' | 'normal' | 'lg'; } export declare const Input: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLInputElement>, Props>>;