import { iTailwindTheme } from './types';
export declare const tailwindPluginCompositor: () => ({ theme, e, addUtilities, }: {
    theme: iTailwindTheme;
    e: any;
    addUtilities: Function;
}) => void;
export default tailwindPluginCompositor;
