declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { offsetTop: number; }; children: { componentName: string; props: { children: string; }; }[]; }; }[]; componentName: string; title: string; category: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: { name: string; title: { label: string; tip: string; }; propType: string; }[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;