declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { title: string; open: boolean; placement: string; destroyOnClose: boolean; }; children: { componentName: string; children: string; }[]; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; title: string; initialValue: { type: string; value: any[]; }; })[]; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; })[]; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; }[]; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; title: string; initialValue: { type: string; value: { componentName: string; props: { type: string; size: number; }; }[]; }; }; }[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; type?: undefined; extraProps?: undefined; items?: undefined; } | { name: string; title: string; type: string; extraProps: { display: string; }; items: { name: string; title: { label: string; tip: string; }; setter: string; extraProps: { display: string; }; }[]; propType?: undefined; setter?: undefined; })[]; })[]; configure: { component: { isContainer: boolean; isModal: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;