import * as React from "react"; import * as react_jsx_runtime49 from "react/jsx-runtime"; //#region src/components/molecules/OverviewCard.d.ts interface OverviewCardProps { title: string; summary: string; href: string; preview?: React.ReactNode; ctaLabel: string; } declare function OverviewCard({ title, summary, href, preview, ctaLabel }: OverviewCardProps): react_jsx_runtime49.JSX.Element; //#endregion export { OverviewCard }; //# sourceMappingURL=OverviewCard.d.ts.map