import { NarikEntity } from '@narik/infrastructure'; import { NarikListForm } from '@narik/app-core'; import { OnInit, AfterViewInit, Injector } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NarikUiListForm extends NarikListForm implements OnInit, AfterViewInit { get isServerSide(): boolean; constructor(injector: Injector); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, never, never, {}, {}, never>; }