import { BrandVariantType } from '../types'; export declare const getBrandVariantsWithAttributes: (brandVariants: BrandVariantType[]) => { [key: string]: any; };