export declare const tailwindTheme: { theme: { container: { center: boolean; padding: string; screens: { '2xl': string; }; }; extend: { fontFamily: { sans: string[]; inter: string[]; }; colors: { 'ballerine-black': string; 'ballerine-blue': string; 'ballerine-dark-blue': string; 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; }; success: { DEFAULT: string; foreground: string; }; warning: { DEFAULT: string; foreground: string; }; muted: { DEFAULT: string; foreground: string; }; accent: { DEFAULT: string; foreground: string; }; popover: { DEFAULT: string; foreground: string; }; card: { DEFAULT: string; foreground: string; }; }; borderRadius: { lg: string; md: string; sm: string; }; keyframes: { 'accordion-down': { from: { height: number; }; to: { height: string; }; }; 'accordion-up': { from: { height: string; }; to: { height: number; }; }; }; animation: { 'accordion-down': string; 'accordion-up': string; }; }; }; }; //# sourceMappingURL=tailwind-theme.d.ts.map