import React from 'react'; import { FileBlock } from 'notion-types'; export declare const File: React.FC<{ block: FileBlock; className?: string; }>;