import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const MedicalInformationTwoTone: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default MedicalInformationTwoTone;
