import React from 'react'; export interface CardGridProps { children?: React.ReactNode; } export declare function CardGrid(props: CardGridProps): import("react/jsx-runtime").JSX.Element;