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