declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { label: string; mode: string; placeholder: 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: string; }; propType: string; defaultValue: boolean; setter: string; })[]; configure: { supports: { style: boolean; }; }; }; export default _default;