type GenericCardTitleProps = {
    title: string;
    target?: string;
    href?: string;
};
export declare function GenericCardTitle(props: GenericCardTitleProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=GenericCardTitle.d.ts.map