/// import * as NAST from "nast-types"; import { BlockRendererProps } from "../interfaces"; export interface FileProps extends BlockRendererProps { current: NAST.File; } export declare function File(props: FileProps): JSX.Element; //# sourceMappingURL=File.d.ts.map