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