import type { Config } from 'tailwindcss'; declare const configure: (config: Config) => Config; export default configure;