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