/// <reference types="react" />
export interface CardProps {
    /**
     * The children of the card.
     */
    children: React.ReactNode;
}
