import { SupportedIconsSuggestions } from '@c8y/ngx-components/icon-selector/icons';
export interface UserMenuItem {
    label?: string;
    template?: any;
    icon?: SupportedIconsSuggestions;
    priority: number;
    link?: string;
    target?: string;
    click: any;
}
//# sourceMappingURL=user.model.d.ts.map