declare const _default: { componentName: string; title: string; category: string; group: string; snippets: { title: string; schema: { componentName: string; props: {}; }; }[]; props: ({ title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: string; }[]; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;