import { ColorType, StatusType } from '../common/type'; interface ColorStypeByStatus { barColor: string; textColor: string; } export type TextTabColorStyleProps = Record; declare const textTabColorStyle: (colorType: ColorType) => TextTabColorStyleProps; export default textTabColorStyle; //# sourceMappingURL=text-tabs.d.ts.map