import { IPublicModelSettingField } from '@alilc/lowcode-types'; declare const _default: { group: string; componentName: string; title: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; propType: string; description?: undefined; defaultValue?: undefined; } | { name: string; propType: { type: string; value: string[]; }; description?: undefined; defaultValue?: undefined; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; propType: string; description: string; defaultValue: boolean; } | { name: string; propType: string; description: string; defaultValue?: undefined; } | { name: string; propType: { type: string; value: string; }; description: string; defaultValue?: undefined; })[]; configure: { component: { isContainer: boolean; }; props: ({ name: string; title: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; initialValue: string; setter: string; important: boolean; supportVariable: boolean; condition?: undefined; } | { name: string; title: string; condition: () => boolean; initialValue: (val: string) => string; setter: string; supportVariable: boolean; important?: undefined; } | { name: string; title: string; initialValue: boolean; important: boolean; setter: string; supportVariable: boolean; condition?: undefined; })[]; }; }; initialValue: () => { primaryKey: string; title: string; closeable: boolean; disabled: boolean; }; }; options?: undefined; }; }; extraProps: { getValue(target: IPublicModelSettingField, value: any): { primaryKey: string; title: any; closeable: any; disabled: any; }[]; setValue(target: IPublicModelSettingField, value: any): void; display?: undefined; }; defaultValue?: undefined; condition?: undefined; type?: undefined; items?: undefined; } | { name: string; title: string; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; itemSetter?: undefined; }; }; extraProps?: undefined; condition?: undefined; type?: undefined; items?: undefined; } | { name: string; title: { label: string; tip: string; }; condition: () => boolean; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; itemSetter?: undefined; }; }; extraProps?: undefined; type?: undefined; items?: undefined; } | { name: string; title: string; type: string; extraProps: { display: string; getValue?: undefined; setValue?: undefined; }; items: ({ name: string; title: string; defaultValue: boolean; setter: { componentName: string; }; display?: undefined; condition?: undefined; } | { name: string; title: string; display: string; setter: { componentName: string; }; condition(target: IPublicModelSettingField): any; defaultValue?: undefined; } | { name: string; title: string; display: string; setter: { componentName: string; }; defaultValue?: undefined; condition?: undefined; })[]; setter?: undefined; defaultValue?: undefined; condition?: undefined; } | { name: string; setter: { componentName: string; props?: undefined; }; title?: undefined; extraProps?: undefined; defaultValue?: undefined; condition?: undefined; type?: undefined; items?: undefined; })[]; supports: { events: string[]; }; advanced: { initialChildren: { componentName: string; props: { primaryKey: string; }; }[]; }; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { shape: string; size: string; excessMode: string; }; children: { componentName: string; props: { title: string; }; }[]; }; }[]; }; export default _default;