///
declare const Container: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Label: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Description: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Wrapper: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const InnerLabel: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const TagWrapper: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const InputField: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const RightIcon: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const ErrorMessage: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
export { Container, Wrapper, Description, Label, ErrorMessage, InnerLabel, InputField, RightIcon, TagWrapper, };