/// interface IProps { name: string; type: string; link: string; loading?: boolean; onDel?(): void; } declare function FileCard(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;