import { ElementRef } from '@angular/core'; import { NoGridInitializer, NoGridInitializerOptions } from './noGridInitializer.interface'; import { GridPlugin, GridPluginInstances } from '../../../interfaces'; import * as i0 from "@angular/core"; /** * Component used for rendering no grid initializer */ export declare class NoGridInitializerComponent implements NoGridInitializer, GridPlugin { pluginElement: ElementRef; /** * @inheritdoc */ options: NoGridInitializerOptions; /** * @inheritdoc */ gridPlugins: GridPluginInstances | undefined | null; constructor(pluginElement: ElementRef); /** * @inheritdoc */ initialize(_force: boolean): void; /** * @inheritdoc */ initOptions(): void; /** * @inheritdoc */ invalidateVisuals(): void; /** * @inheritdoc */ getPage(): number | undefined | null; /** * @inheritdoc */ setPage(): void; /** * @inheritdoc */ getItemsPerPage(): number | undefined | null; /** * @inheritdoc */ setItemsPerPage(): void; /** * @inheritdoc */ getOrdering(): unknown | undefined | null; /** * @inheritdoc */ setOrdering(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=noGridInitializer.component.d.ts.map