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