import { FC } from 'react'; import { BrandCardProps } from '../../../utils/interfaces'; export declare const CardsGrid: FC<{ brands: BrandCardProps[]; qaIdentifier: string; }>; //# sourceMappingURL=cards-grid.d.ts.map