import React from 'react';
import { InquestScheduleProps } from './InquestSchedule.types';
/**
 * A table displaying a schedule of inquests
 */
declare const InquestSchedule: React.FunctionComponent<InquestScheduleProps>;
export default InquestSchedule;
