import plugin from '@tailwindcss/typography'; /** * @deprecated. We are using tailwind 4 now. This module will be removed in future versions. */ declare const _default: { theme: { extend: { colors: { white: string; primary: string; secondary: string; surface: string; onSurface: string; interactive: string; critical: string; warning: string; highlight: string; success: string; decorative: string; border: string; icon: string; divider: string; textSubdued: string; button: string; }; boxShadow: { DEFAULT: string; }; }; }; variants: { extend: { borderWidth: string[]; margin: string[]; padding: string[]; }; }; plugins: (typeof plugin)[]; }; export default _default;