import { SkuOption } from './SkuSelector'; export type Variant = 'image' | 'color' | 'label'; /** * This hook infers what kind of SKU Selector will be displayed on the UI. * There are three different options, color, image, and label (default version). */ export declare const useDefineVariant: (options: SkuOption[], variant?: Variant) => Variant; //# sourceMappingURL=useDefineVariant.d.ts.map