import { ComponentSize } from '../types'; import { Status, Variant } from './types'; export declare const StyledInput: import("styled-components").StyledComponent<"input", any, { inputSize: ComponentSize; hasIconLeft: boolean; hasIconRight: boolean; variant: Variant; status: Status; fullWidth: boolean; }, never>; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const IconContainer: import("styled-components").StyledComponent<"div", any, { iconSize: ComponentSize; hasIconLeft?: boolean; hasIconRight?: boolean; }, never>;