import plugin from 'tailwindcss/plugin';
declare const exportedPlugin: ReturnType<typeof plugin.withOptions>;
export default exportedPlugin;
