declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { src: string; height: number; width: number; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; isRequired: boolean; value?: undefined; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; defaultValue: boolean; propType: string; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; isRequired?: undefined; }; defaultValue?: undefined; })[]; configure: { supports: { style: boolean; }; }; }; export default _default;