import { CardsProps } from './interfaces';
export declare const getCardsPerRow: (width: number, config: ReadonlyArray<CardsProps.CardsLayout>) => number;
