declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { span: number; }; }; }[]; componentName: string; title: string; category: string; group: string; npm: { package: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; max: number; }; }; } | { name: string; title: { label: string; tip: string; }; propType: string; setter?: undefined; })[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; }; advanced: { getResizingHandlers: () => string[]; callbacks: { onResizeStart: (e: any, currentNode: any) => void; onResize: (e: any, currentNode: any) => void; onResizeEnd: (e: any, currentNode: any) => void; }; }; }; }; export default _default;