import { ReactNode } from "react"; export type HelperTextProps = { id?: string; invalid?: boolean; children: ReactNode; }; export declare function HelperText({ id, invalid, children }: HelperTextProps): import("react").JSX.Element; //# sourceMappingURL=HelperText.d.ts.map