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