declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { autoplay: boolean; dotPosition: string; dots: string; effect: string; objectFit: string; carouselType: string; width: number; height: number; items: { title: string; coverUrl: string; }[]; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; setter?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; setter?: undefined; condition?: undefined; } | { name: string; title: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired: boolean; defaultValue: string; display?: undefined; type?: undefined; items?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired?: undefined; defaultValue?: undefined; display?: undefined; type?: undefined; items?: undefined; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }[]; extraProps: { setValue: (target: any, value: any) => void; }; defaultValue: string; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; condition: (target: any) => boolean; extraProps?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; extraProps?: undefined; condition?: undefined; })[]; name?: undefined; propType?: undefined; setter?: undefined; isRequired?: undefined; defaultValue?: undefined; })[]; }; }; }; }; }; propType?: undefined; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: number; setter?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: number; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }[]; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: number; condition: (target: any) => boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; condition?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; component: { isContainer: boolean; }; }; }; export default _default;