export declare const tabsModel: ({
    groupId: string;
    displayName: string;
} | {
    groupId: string;
    displayName: string;
})[];
