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