import * as tailwindcss_types_config from 'tailwindcss/types/config'; declare const config: { presets: Omit[]; darkMode: ["class"]; content: string[]; prefix: string; theme: { fontFamily: { song: [string, string]; }; 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: { lg: string; md: string; sm: string; }; keyframes: { "accordion-down": { from: { height: string; }; to: { height: string; }; }; "accordion-up": { from: { height: string; }; to: { height: string; }; }; }; animation: { "accordion-down": string; "accordion-up": string; }; }; }; plugins: { handler: () => void; }[]; corePlugins: {}; }; export { config };