import type { CustomPropertyVariant } from './generateCustomPropertiesFromVariants.js'; export declare const getVariantSwitcher: ( /** Object of variants */ variants: Record, /** Element that will receive the override classname */ overrideElement: { classList: { add(className: string): void; remove(className: string): void; }; }) => (newVariantName: K | null) => void; //# sourceMappingURL=getVariantSwitcher.d.ts.map