export declare class GenericListModalService { displayed: boolean; title: string; restName: string; href: string; filter: any; listFilter: string; glyph: string; templateNameRecord: string; infinite: boolean; showCreate: boolean; close: Function; }