declare const _default: { componentName: string; title: string; category: string; group: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: {}; }; }[]; props: ({ name: string; title: { label: string; tip: string; }; isRequired: boolean; propType: string; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired?: undefined; })[]; configure: { component: { isContainer: boolean; }; supports: { className: boolean; style: boolean; }; }; }; export default _default;