type Props = {
    labelFor: string;
    label: string;
    children: React.ReactElement;
    helpText?: React.ReactNode;
};
export declare const VuiFormGroup: ({ children, labelFor, helpText, label }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
