export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "title" | "root" | "description" | "indicator", {
    size: {
        md: {
            root: {
                p: "0";
                mt: "50px";
            };
            title: {
                textStyle: "heading.md";
            };
            content: {
                gap: {
                    base: "4";
                    lg: "6";
                };
            };
            description: {
                textStyle: {
                    base: "sm";
                    lg: "md";
                };
            };
            indicator: {
                _icon: {
                    width: {
                        base: "160px";
                        lg: "260px";
                    };
                    height: "auto";
                };
            };
        };
    };
}>;
