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