export declare const AmisObjectListview: (props: any) => { type: string; id: string; showHeader: boolean; label: string; objectApiName: string; listName: string; ctx: { filters: any[]; }; };