declare const _default: { title: string; category: string; docUrl: string; group: string; componentName: string; props: { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: number; setter: { componentName: string; props: { min: number; }; }[]; }[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; className: boolean; events: { name: string; description: string; template: string; }[]; }; }; snippets: { title: string; category: string; screenshot: any; group: string; schema: { componentName: string; props: { span: number; }; }; }[]; }; export default _default;