export type UseTailwindThemeReturnValue = { toggleColorMode: () => void; colorModeLabel: string; ColorModeIcon: any; color: string; bgColor: string; blackColor: string; borderColor: string; checkBgColor: string; radioActiveBgColor: string; checkInactiveColor: string; grayColor: string; greenColor: string; passiveColor: string; blueColor: string; yellowColor: string; becomeHostColor: string; activeMenuBgColor: string; shadowColor: string; calendarAvailableColor: string; calendarPartialColor: string; calendarBlockColor: string; discountColor: string; cancelColor: string; errorColor: string; isDark: boolean; textColor: string; borderColorClass: string; bgColorClass: string; textColorClass: string; shadowClass: string; }; export declare const useTailwindTheme: () => UseTailwindThemeReturnValue; //# sourceMappingURL=useTailwindTheme.d.ts.map