declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { defaultVisible: boolean; prefix: string; size: string; type: string; closable: boolean; align: string; offset: number[]; triggerType: string; autoFocus: boolean; children: string; mode: string; trigger: { type: string; props: { title: string; }; }; }; }; }[]; export default _default;