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