declare const ModelTabsDictionary: { playground: string; api: string; examples: string; predictions: string; versions: string; settings: string; readme: string; runs: string; }; export type ModelTabNames = keyof typeof ModelTabsDictionary; export declare const getModelTabTitle: (tabName?: ModelTabNames) => string; export {}; //# sourceMappingURL=getModelTabTitle.d.ts.map