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