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