declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { width: number; height: number; }; }; }[]; componentName: string; title: string; category: string; group: string; props: { title: string; type: string; display: string; items: { name: string; title: { label: string; tip: string; }; setter: string; }[]; }[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; loop: boolean; }; }; }; export default _default;