import typography from "@tailwindcss/typography"; export declare const tailwindTheme: { darkMode: ["class", string]; theme: { container: { center: true; padding: string; screens: { "2xl": string; }; }; extend: { colors: { border: string; input: string; ring: string; background: string; foreground: string; primary: { DEFAULT: string; foreground: string; }; secondary: { DEFAULT: string; foreground: string; }; destructive: { DEFAULT: string; foreground: string; }; muted: { DEFAULT: string; foreground: string; }; accent: { DEFAULT: string; foreground: string; }; popover: { DEFAULT: string; foreground: string; }; card: { DEFAULT: string; foreground: string; }; sidebar: { DEFAULT: string; foreground: string; primary: string; 'primary-foreground': string; accent: string; 'accent-foreground': string; border: string; ring: string; }; }; borderRadius: { xl: string; lg: string; md: string; sm: string; }; keyframes: { "accordion-down": { from: { height: string; }; to: { height: string; }; }; "accordion-up": { from: { height: string; }; to: { height: string; }; }; "slide-up": { from: { opacity: string; transform: string; }; to: { opacity: string; transform: string; }; }; }; animation: { "accordion-down": string; "accordion-up": string; "slide-up": string; }; }; }; plugins: (typeof typography | { handler: () => void; })[]; };