export {}; export declare function checkTabTitle(newTitle: string): string | null; export declare function isPropertyWritable(obj: any, prop: string | number): boolean;