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