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