/** * Recipe configuration for the LoadingSpinner component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const loadingSpinnerRecipe: import('@chakra-ui/react').RecipeDefinition<{ size: { "2xs": { width: "350"; height: "350"; }; xs: { width: "500"; height: "500"; }; sm: { width: "600"; height: "600"; }; md: { width: "800"; height: "800"; }; lg: { width: "1000"; height: "1000"; }; }; colorPalette: { primary: { colorPalette: "ctvioletAlpha"; }; white: { colorPalette: "whiteAlpha"; }; }; }>;