import type { Plugin } from 'postcss'; import type { PluginOptions } from './types'; export declare const PluginName = "esifycss"; export declare const plugin: ((props?: PluginOptions) => Plugin) & { postcss: boolean; };