import type core from '@babel/core';
import type { CorePluginOptions, StylisMiddleware, TemplateStateBase } from './types';
declare type Core = typeof core;
export default function getStylisTransformTailwind({ types: t }: Core, options: CorePluginOptions): StylisMiddleware<TemplateStateBase>;
export {};
