export function CardDetail({ children, title, ...props }: { [x: string]: any; children: any; title: any; }): import("react/jsx-runtime").JSX.Element;