declare const _default: { snippets: { title: string; isH5Mode: boolean; screenshot: string; schema: { componentName: string; props: { layout: string; onValuesChange: { type: string; value: string; }; onFinish: { type: string; value: string; }; onFinishFailed: { type: string; value: string; }; name: string; }; children: ({ componentName: string; props: { label: string; required: boolean; noStyle: boolean; valuePropName: string; name: string; initialValue?: undefined; }; children: { componentName: string; props: { placeholder: string; bordered: boolean; disabled: boolean; size: string; }; }[]; } | { componentName: string; props: { label: string; required: boolean; noStyle: boolean; valuePropName: string; name: string; initialValue?: undefined; }; children: { componentName: string; props: { placeholder: string; maxLength: number; rows: number; showCount: boolean; }; }[]; } | { componentName: string; props: { label: string; required: boolean; noStyle: boolean; valuePropName: string; name: string; initialValue?: undefined; }; children: { componentName: string; props: {}; }[]; } | { componentName: string; props: { label: string; required: boolean; noStyle: boolean; valuePropName: string; name: string; initialValue?: undefined; }; children: { componentName: string; props: { step: number; ticks: boolean; }; }[]; } | { componentName: string; props: { label: string; name: string; initialValue: string; required: boolean; noStyle: boolean; valuePropName: string; }; children: { componentName: string; props: {}; }[]; } | { componentName: string; props: { label: string; required: boolean; noStyle: boolean; valuePropName: string; name: string; initialValue?: undefined; }; children: { componentName: string; props: { columns: number; multiple: boolean; options: { label: string; value: string; }[]; }; }[]; } | { componentName: string; props: { label?: undefined; required?: undefined; noStyle?: undefined; valuePropName?: undefined; name?: undefined; initialValue?: undefined; }; children: ({ componentName: string; props: { type: string; children: string; htmlType: string; style?: undefined; }; } | { componentName: string; props: { style: { marginLeft: number; }; children: string; type?: undefined; htmlType?: undefined; }; })[]; })[]; }; }[]; 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;