declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; children: { componentName: string; props: { key: string; title: string; }; }[]; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: { name: string; title: string; propType: string; setter: string; }[]; configure: { component: { isContainer: boolean; nestingRule: { childWhitelist: string[]; }; }; supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;