export interface DeletedDataCardProps { title?: string | null; /** What kind of entity was deleted ("ClickUp task", "HubSpot ticket"). */ entityLabel?: string | null; /** Recoverability copy ("Recoverable from the ClickUp Trash for 30 days"). */ recoveryNote?: string | null; className?: string; } export declare function DeletedDataCard({ title, entityLabel, recoveryNote, className }: DeletedDataCardProps): import("react").JSX.Element; //# sourceMappingURL=deleted-data-card.d.ts.map