declare const _default: { componentName: string; title: string; group: string; category: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; propType: string; defaultValue: string; title?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; description: string; defaultValue?: undefined; } | { name: string; propType: string; defaultValue?: undefined; title?: undefined; description?: undefined; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; title?: undefined; } | { name: string; propType: string; description: string; defaultValue?: undefined; title?: undefined; } | { name: string; propType: { type: string; value: string; }; defaultValue?: undefined; title?: undefined; description?: undefined; } | { name: string; propType: string; description: string; defaultValue: boolean; title?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; title: { label: string; tip: string; }; propType: string; description: string; defaultValue: boolean; })[]; configure: { supports: { style: boolean; events: string[]; }; props: ({ name: string; title: { label: string; tip: string; }; setter: string; defaultValue?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: { label: string; tip: string; }; defaultValue: string; setter: string; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: { componentName: string; props: { options: { label: string; value: string; }[]; defaultValue?: undefined; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue: string; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { defaultValue: string; options: { value: boolean; title: string; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; defaultValue?: undefined; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; defaultValue?: undefined; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue: boolean; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; defaultValue?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: string; defaultValue: boolean; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; defaultValue: boolean; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; display: string; title: string; tip: { title: string; url: string; }; setValue: (target: any, value: any) => void; setter: { componentName: string; props: { toolbar: string[]; disableIcon: boolean; options?: undefined; defaultValue?: undefined; }; }; defaultValue?: undefined; })[]; }; icon: string; snippets: ({ title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; size: string; hasArrow: boolean; hasBorder: boolean; expandTriggerType: string; resultAutoWidth: boolean; notFoundContent: string; plainData: string; dataSource: any; value: any[]; }; }; } | { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; expandTriggerType: string; plainData: string; dataSource: any; value: any[]; size?: undefined; hasArrow?: undefined; hasBorder?: undefined; resultAutoWidth?: undefined; notFoundContent?: undefined; }; }; })[]; }; export default _default;