import * as React from "react"; export interface FileCardProps { fileName: string; uploadedBy: string; uploadedDate: string; onView?: () => void; onDownload?: () => void; onMore?: () => void; className?: string; } export declare const FileCard: React.ForwardRefExoticComponent>; //# sourceMappingURL=file-card.d.ts.map