import type { AnchorHTMLAttributes, CSSProperties, ElementType, ReactNode } from 'react';
type CardProps = {
title?: string;
titleAs?: ElementType;
subtitle?: string;
subtitleAs?: ElementType;
description?: string;
children?: ReactNode;
href: string;
target?: AnchorHTMLAttributes['target'];
style?: CSSProperties;
};
export declare const Card: import("react").ForwardRefExoticComponent>;
export {};
//# sourceMappingURL=Card.d.ts.map