import { BasePlugin } from 'amis-editor-core'; export declare class DatePlugin extends BasePlugin { static id: string; static scene: string[]; rendererName: string; $schema: string; name: string; isBaseComponent: boolean; disabledRendererPlugin: boolean; description: string; docLink: string; tags: string[]; icon: string; pluginIcon: string; scaffold: { type: string; value: number; }; previewSchema: { format: string; value: number; type: string; }; panelTitle: string; panelJustify: boolean; panelBodyCreator: (context: BaseEventContext) => any[]; }