///
declare const Container: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Header: import("styled-components").StyledComponent<"header", any, {}, never>;
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 Counter: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const ErrorText: 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 Section: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const InputInfo: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
declare const Textarea: import("react").ForwardRefExoticComponent | undefined;
forwardedAs?: string | import("react").ComponentType | undefined;
}, "ref"> & import("react").RefAttributes>;
export { Container, Header, Label, Description, Counter, ErrorText, Wrapper, InputInfo, Textarea, Section, };