/// <reference types="jquery" />
import { ButtonTile, PageTileGrid, RangeKeyStroke, ScoutKeyboardEvent } from '../../../index';
export declare class PageTileGridSelectKeyStroke extends RangeKeyStroke {
    field: PageTileGrid;
    constructor(pageTileGrid: PageTileGrid);
    protected _accept(event: ScoutKeyboardEvent & {
        _$element?: JQuery;
    }): boolean;
    handle(event: JQuery.KeyboardEventBase & {
        _$element?: JQuery;
    }): void;
    protected _tiles(): ButtonTile[];
}
//# sourceMappingURL=PageTileGridSelectKeyStroke.d.ts.map