import { GuiListGateway } from './gui.list.gateway'; import * as i0 from "@angular/core"; export declare class GuiListComponent extends GuiListGateway { constructor(); onPageChange(page: number): void; onPageSizeChange(pageSize: number): void; onSearchPhraseChange(phrase: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }