/// export declare const ActiveInputMixin: import("styled-components").FlattenSimpleInterpolation; export declare const DisabledInputMixin: import("styled-components").FlattenSimpleInterpolation; export declare const ErrorInputMixin: import("styled-components").FlattenSimpleInterpolation; export declare const DefaultInputMixin: import("styled-components").FlattenSimpleInterpolation; interface ContainerProps { isActive?: boolean; isError?: boolean; isDisabled?: boolean; } export declare const Wrapper: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; export declare const IconContainer: import("styled-components").StyledComponent<"div", any, { isDisabled?: boolean | undefined; isLeading?: boolean | undefined; }, never>; export declare const ClearContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Content: import("styled-components").StyledComponent<"div", any, { isPlaceholder?: boolean | undefined; }, never>; export declare const TextInputContainer: import("styled-components").StyledComponent<"input", any, {}, never>; export declare const ArrowIcon: import("styled-components").StyledComponent, any, { isRotate?: boolean | undefined; }, never>; interface TextAreaInputContainerProps { resize?: 'none' | 'vertical' | 'unset'; } export declare const TextAreaInputContainer: import("styled-components").StyledComponent>, any, TextAreaInputContainerProps, never>; export declare const Placeholder: import("styled-components").StyledComponent, any, {}, never>; export {};