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