export declare type TabTitle = { [key: string]: HTMLTabTitleElement; }; export declare type TabArea = { [key: string]: HTMLTabAreaElement; }; export declare type Variants = 'primary' | 'secondary' | 'tertiary'; export declare type KeysPressed = { [key: string]: boolean; };