import { TextStyleProps } from 'styled-system'; declare type InputWrapperProps = { readOnly: boolean; borderRadius: string; focused: boolean; hasError: boolean; haslabelText: boolean; hasIcon?: boolean; }; export declare const InputWrapper: import("styled-components").StyledComponent<"div", any, InputWrapperProps, never>; declare type InputIconProps = { icon: any; }; export declare const InputIcon: import("styled-components").StyledComponent<"span", any, InputIconProps, never>; declare type InputComponentProps = { ref: any; }; export declare const InputComponent: import("styled-components").StyledComponent<"input", any, InputComponentProps & TextStyleProps, never>; export declare const InputLabel: import("styled-components").StyledComponent<"label", any, { shouldMoveAside: boolean; }, never>; export declare const ShowTextToggle: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const SuggestionsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Suggestion: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const HelperText: import("styled-components").StyledComponent<"div", any, {}, never>; export {}; //# sourceMappingURL=styled.d.ts.map