type CardHeaderProps = { title: string; rightSection?: React.ReactNode; }; export default function CardHeader({ title, rightSection }: CardHeaderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=header.d.ts.map