import { type CustomThemeConfig } from 'tailwindcss/types/config'; export type KaizenTailwindTheme = Partial; export type KaizenTailwindPreset = { theme: KaizenTailwindTheme; }; export declare const kaizenTailwindTheme: KaizenTailwindTheme; export declare const Preset: KaizenTailwindPreset;