declare const _default: { snippets: ({ title: string; screenshot: any; schema: { componentName: string; props: { scenario: string; text: string; status: string; count?: undefined; children?: undefined; offsetX?: undefined; offsetY?: undefined; }; }; } | { title: string; screenshot: any; schema: { componentName: string; props: { scenario: string; count: number; children: { type: string; value: any[]; }; offsetX: number; offsetY: number; text?: undefined; status?: undefined; }; }; })[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; condition?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }; condition: (target: any, value: any) => boolean; propType?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; condition: (target: any, value: any) => boolean; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; condition: (target: any, value: any) => boolean; setter?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; condition: (target: any, value: any) => boolean; setter?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }[]; defaultValue: string; condition: (target: any, value: any) => boolean; })[]; configure: { supports: { style: boolean; }; }; }; export default _default;