import { BasePlugin } from 'amis-editor-core'; export declare class HiddenControlPlugin extends BasePlugin { static id: string; rendererName: string; $schema: string; name: string; isBaseComponent: boolean; icon: string; pluginIcon: string; description: string; searchKeywords: string; docLink: string; tags: string[]; scaffold: { type: string; name: string; }; previewSchema: any; panelTitle: string; panelBody: any[]; renderRenderer(props: any): any; }