import { Base } from "./Base"; export declare class Plugin extends Base { instance: ComponentType; constructor(instance: ComponentType, options: PluginOptionsType); attach(): void; detach(): void; }