export const content: string[]; export namespace theme { namespace fontFamily { const sansHeader: string[]; const sans: string[]; } namespace extend { const transitionDelay: { 0: string; }; const colors: {}; namespace transitionDuration { const DEFAULT: string; } const zIndex: { '-1': string; }; const screens: { '3xl': string; }; } } export const plugins: any[];