import { CardsProps, CardsForwardRefType } from './interfaces';
export { CardsProps };
declare const Cards: CardsForwardRefType;
export default Cards;
