import { InputProps } from './index'; export declare const InputComponent: import("styled-components").StyledComponent<"div", any, InputProps, never>; export declare const StyledIcon: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", any, InputProps, never>;