import * as CSS from 'csstype'; export declare const container: () => { height: string; }; export declare const tabWrapper: () => CSS.Properties; export declare const tab: (x: any) => CSS.Properties; export declare const activeTab: (x: any) => CSS.Properties;