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