declare module '@tailwindcss/postcss' { const createPlugin: (options?: Record) => unknown; export default createPlugin; }