import * as React from 'react';
import { PageProps } from '../types.js';
export declare function CsvBody(props: PageProps): React.JSX.Element;
