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