import { IInput, IWrapper, IInputComponent, IPlaceholder, IStylesInput, IIconBoxStyledProps } from "./interfaces"; export declare const InputWrapper: import("styled-components").StyledComponent<"div", any, IWrapper, never>; export declare const Placeholder: import("styled-components").StyledComponent<"div", any, IPlaceholder, never>; export declare const Error: import("styled-components").StyledComponent<"div", any, IInput, never>; export declare const Field: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const InputComponent: import("styled-components").StyledComponent<"div", any, IInputComponent, never>; export declare const MaskConstant: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const PlaceholderMask: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, IInput, never>; export declare const IconsBoxStyled: import("styled-components").StyledComponent<"div", any, IIconBoxStyledProps, never>; export declare const InformerOkIconStyled: import("styled-components").StyledComponent<(props: import("@nfort/logistics-icons/types/src").IProps) => JSX.Element, any, IStylesInput, never>; export declare const InfoDetailedIconStyled: import("styled-components").StyledComponent<(props: import("@nfort/logistics-icons/types/src").IProps) => JSX.Element, any, IStylesInput, never>; export declare const ClearIconStyled: import("styled-components").StyledComponent<(props: import("@nfort/logistics-icons/types/src").IProps) => JSX.Element, any, {}, never>; export declare const InputAddonsLeft: import("styled-components").StyledComponent<"div", any, IStylesInput, never>;