declare const tailwindPlugin: (options?: {}) => ({ theme, e, addUtilities, config }: {
    theme: any;
    e: any;
    addUtilities: any;
    config: any;
}) => void;
export default tailwindPlugin;
