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