import { EventEmitter } from '../../stencil-public-runtime'; import './shoelace'; export declare class PosUserMenu { webId: string; logout: EventEmitter; link: EventEmitter; onSelect(e: CustomEvent<{ item: { value: 'profile' | 'logout' | 'dashboard'; }; }>): void; render(): any; }