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