import * as react_jsx_runtime157 from "react/jsx-runtime"; //#region ui/usecases/UseCaseCard.d.ts declare function UseCaseCard({ title, summary, ctaHref, ctaLabel, onCtaClick }: { title: string; summary?: string; ctaHref?: string; ctaLabel?: string; onCtaClick?: () => void; }): react_jsx_runtime157.JSX.Element; //#endregion export { UseCaseCard }; //# sourceMappingURL=UseCaseCard.d.ts.map