declare const _sfc_main: import("vue").DefineComponent<{}, { emits: (event: "onUserLinkClick" | "onLogoutClick", ...args: any[]) => void; translate: import("../..").TranslateFunc; onUserLinkClick: (url: string) => void; onLogoutClick: () => void; renderStyleIcon: (icon?: string) => string; Vcon: import("vue").DefineComponent, {}>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onUserLinkClick" | "onLogoutClick")[], "onUserLinkClick" | "onLogoutClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onOnUserLinkClick?: ((...args: any[]) => any) | undefined; onOnLogoutClick?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;