import { FileSetter } from "../_setters"; declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { src: string; height: number; width: number; autoSize: boolean; borderRadius: string; objectFit: string; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; isRequired: boolean; value?: undefined; }; setter: (typeof FileSetter)[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { setters: ({ componentName: string; isRequired: boolean; initialValue: boolean; } | { componentName: string; isRequired?: undefined; initialValue?: undefined; })[]; }; }; propType?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; isRequired?: undefined; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }[]; defaultValue?: undefined; })[]; configure: { supports: { style: boolean; }; }; }; export default _default;