///
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 InputContainer: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Input: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Dialog: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
export { InputContainer, Container, Input, Dialog, Label };