import React from 'react';
import { ConsultationListProps } from './ConsultationList.types';
declare const ConsultationList: React.FunctionComponent<ConsultationListProps>;
export default ConsultationList;
