import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'; export declare const TargetProps: any[]; export declare const ProgressProps: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; min?: undefined; precision?: undefined; hasClear?: undefined; }; }; defaultValue: string; } | { name: string; title: string; propType: string; setter: { componentName: string; props: { min: number; precision: number; options?: undefined; hasClear?: undefined; }; }; condition(target: any): boolean; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { min: number; precision: number; options?: undefined; hasClear?: undefined; }; }; propType?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props?: undefined; }; defaultValue: boolean; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { hasClear: boolean; options: { label: string; value: string; }[]; min?: undefined; precision?: undefined; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; condition(target: any): boolean; propType: string; setter: { componentName: string; props: { min: number; precision: number; options?: undefined; hasClear?: undefined; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; precision: number; options?: undefined; hasClear?: undefined; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; condition(target: any): boolean; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; condition(target: any): boolean; propType: string; defaultValue: number; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; condition(target: any): boolean; propType: { type: string; value: string[]; }; defaultValue: string; setter?: undefined; })[]; export declare const RowProps: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { hasClear: boolean; options: { label: string; value: string; }[]; min?: undefined; }; }; defaultValue?: undefined; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; hasClear?: undefined; options?: undefined; }; }; defaultValue: number; extraProps: { getValue(target: any): any; setValue(target: any, value: any): void; }; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props?: undefined; }; defaultValue: boolean; extraProps?: undefined; })[]; export declare const ColProps: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; max: number; precision: number; }; }; defaultValue: number; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; precision: number; max?: undefined; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; max: number; precision: number; }; }; defaultValue?: undefined; })[]; export declare const DataVTargetBlock: IPublicTypeComponentMetadata; declare const _default: { snippets: IPublicTypeSnippet[]; componentName: string; uri?: string; title?: import("@alilc/lowcode-types").IPublicTypeTitleContent; icon?: import("@alilc/lowcode-types").IPublicTypeIconType; tags?: string[]; description?: string; docUrl?: string; screenshot?: string; devMode?: "proCode" | "lowCode"; npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo; props?: import("@alilc/lowcode-types").IPublicTypePropConfig[]; configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure; experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced; schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema; group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData; category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData; priority?: number; }; export default _default;