export declare const fieldsetSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "content" | "errorText" | "helperText" | "legend", {
    size: {
        sm: {
            root: {
                spaceY: "2";
            };
            content: {
                gap: "1.5";
            };
            legend: {
                textStyle: "sm";
            };
        };
        md: {
            root: {
                spaceY: "4";
            };
            content: {
                gap: "4";
            };
            legend: {
                textStyle: "sm";
            };
        };
        lg: {
            root: {
                spaceY: "6";
            };
            content: {
                gap: "4";
            };
            legend: {
                textStyle: "md";
            };
        };
    };
}>;
