///
declare const Container: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
declare const Label: 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 InputField: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Buttons: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const ChangeValueButton: 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 { Wrapper, Container, Label, ErrorMessage, InnerLabel, InputField, Buttons, ChangeValueButton, };