import * as React from 'react'; import { FileBlock } from 'notion-types'; export declare const File: React.FC<{ block: FileBlock; blockId: string; className?: string; }>; //# sourceMappingURL=file.d.ts.map