export declare const AmisTabListSelect: (props: any) => Promise<{ type: string; source: any; tabs: { title: string; body: { type: string; name: string; label: string; clearable: boolean; source: string; }[]; }[]; }>;