import type { UnistylesValues } from '../types';
export declare const getVariants: (styles: UnistylesValues, selectedVariants: Record<string, any>) => Omit<UnistylesValues, "variants" | "compoundVariants">;
//# sourceMappingURL=variants.d.ts.map