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