import { RecipeVariants } from '@vanilla-extract/recipes';

export declare const fieldset: string;
export declare const groupLabelRecipe: import('@vanilla-extract/recipes').RuntimeFn<{
    size: {
        small: string;
        medium: string;
        large: string;
    };
    disabled: {
        true: string;
    };
    error: {
        true: string;
        false: string;
    };
}>;
export type RadioGroupVariants = RecipeVariants<typeof groupLabelRecipe>;
