import { ContainerProps, LabelProps, DescriptionProps, ActiveItemProps, PlaceholderProps, SelectFieldProps, RightIconProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; declare const GhostInput: import("styled-components").StyledComponent<"input", any, {}, never>; declare const Label: import("styled-components").StyledComponent<"label", any, LabelProps, never>; declare const Description: import("styled-components").StyledComponent<"p", any, DescriptionProps, never>; declare const ActiveItem: import("styled-components").StyledComponent<"span", any, ActiveItemProps, never>; declare const Placeholder: import("styled-components").StyledComponent<"span", any, PlaceholderProps, never>; declare const SelectField: import("styled-components").StyledComponent<"button", any, SelectFieldProps, never>; declare const RightIcon: import("styled-components").StyledComponent<"div", any, RightIconProps, never>; declare const ErrorMessage: import("styled-components").StyledComponent<"p", any, DescriptionProps, never>; export { Container, Label, Description, Placeholder, ActiveItem, SelectField, RightIcon, GhostInput, ErrorMessage, };