/// <reference types="react" />
export interface ICardsGridProps {
    children: React.ReactNode;
}
declare const CardsGrid: ({ children }: ICardsGridProps) => import("react/jsx-runtime").JSX.Element;
export default CardsGrid;
//# sourceMappingURL=CardsGrid.d.ts.map