import { Simplify } from 'type-fest'; import { RecipeVariants, RuntimeFn } from '@vanilla-extract/recipes'; import { ComplexStyleRule } from '@vanilla-extract/css'; export type VariantStyleRules = Record>; export type VariantProps> = Exclude>, undefined | null>; //# sourceMappingURL=variants.d.ts.map