export type TabKey = 'Tab'; export declare function isTab(key: string): key is TabKey;