import * as _nex_ui_system from '@nex-ui/system'; import { RecipeVariants } from '@nex-ui/system'; declare const iconRecipe: _nex_ui_system.RecipeRuntimeFn<{ spin: { true: { animation: `${{ name: string; styles: string; anim: 1; toString: () => string; } & string} 1s linear infinite`; }; }; size: { sm: { fs: "1.25em"; }; md: { fs: "1.5em"; }; lg: { fs: "1.75em"; }; }; }>; type IconRecipe = typeof iconRecipe; type IconVariants = RecipeVariants; export { iconRecipe }; export type { IconRecipe, IconVariants };