import { Middleware } from "stylis"; interface LayerPluginOptions { name?: string; } export declare function layerPlugin(options?: LayerPluginOptions): Middleware; export {};