declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { pageSize: number; total: number; current: number; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: number; }[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: string; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { template: string; }; })[]; defaultValue?: undefined; })[]; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;