export const content: string[]; export namespace theme { namespace extend { namespace fontFamily { const sans: string[]; } } } export const plugins: (typeof import("@tailwindcss/forms") | typeof import("@tailwindcss/typography"))[];