import type { LayoutUserInfo, LayoutUserInfoOnOperateItemClick, LayoutUserInfoOnLogout } from './types'; export interface LayoutUserInfoProps { avatar?: LayoutUserInfo['avatar']; userName?: LayoutUserInfo['userName']; info?: LayoutUserInfo['info']; operate?: LayoutUserInfo['operate']; infoLabelWidth?: number; onLogout?: LayoutUserInfoOnLogout; onOperateItemClick?: LayoutUserInfoOnOperateItemClick; } declare var __VLS_9: { data: string | undefined; }, __VLS_31: { data: string | undefined; }, __VLS_34: any, __VLS_35: { data: string | undefined; }; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_35) => any; } & { 'user-name'?: (props: typeof __VLS_9) => any; } & { 'user-name'?: (props: typeof __VLS_31) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { info: import("./types").LayoutUserInfoSubInfoItem[]; operate: import("./types").LayoutUserInfoOperateItem[]; infoLabelWidth: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };