import type { CorePluginOptions, CorePluginState } from '../types';
export declare type TransformerTwCss = (twDeclarations: string | string[], state: CorePluginState) => string;
export default function getTailwindTransformer(options: CorePluginOptions): TransformerTwCss;
