interface HighlightCardProps { imageUrl: string; title: string; onClick?: () => void; } export declare function HighlightCard({ imageUrl, title, onClick, }: HighlightCardProps): import("react").JSX.Element; export {}; //# sourceMappingURL=HighlightCard.d.ts.map