export const TAB_LIST_SIZES: string[];
export namespace TAB_LIST_SIZE_MODIFIERS {
    let sm: string;
}
export namespace TAB_LIST_KIND_MODIFIERS {
    let inverted: string;
}
export namespace TAB_LIST_IMPORTANCE_MODIFIERS {
    let borderless: string;
}
export namespace TAB_IMPORTANCE_MODIFIERS {
    let selected: string;
}
//# sourceMappingURL=tabs_constants.d.ts.map