import type { Config } from 'tailwindcss';
export declare const tailwindConfig: (config?: Partial<Config>) => Config;
