declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { value: string; readOnly: boolean; disabled: boolean; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: string; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: string; propType: string; defaultValue: boolean; setter: string; })[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; }; }; }; export default _default;