declare const _default: { componentName: string; title: string; category: string; group: string; snippets: { title: string; schema: { componentName: string; props: { value: string; }; }; }[]; props: { name: string; title: { label: string; tip: string; }; required: boolean; propType: string; setter: string; }[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; }; }; }; export default _default;