declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { label: string; placeholder: string; datetype: string; }; }; }[]; componentName: string; title: string; category: string; props: ({ name: string; title: { label: string; tip: string; }; defaultValue: string; propType: string; setter: string; } | { name: string; title: { label: string; tip?: undefined; }; defaultValue: string; propType: string; setter: { componentName: string; props: { defaultValue: string; options: { label: string; value: string; }[]; }; }; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; })[]; configure: { props: { isExtends: boolean; }; supports: { style: boolean; }; }; }; export default _default;