import { FC } from 'react'; import { type GridProps } from "../Grid"; export type CardsProps = GridProps; declare const Cards: FC; export default Cards;