import { Config } from 'tailwindcss';

declare const config: Config;

export { config as default };
