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