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