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