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