import { ScoutKeyboardEvent, TileGrid, TileGridSelectionInstruction, TileGridSelectKeyStroke } from '../../index';
export declare class TileGridSelectUpKeyStroke extends TileGridSelectKeyStroke {
    constructor(tileGrid: TileGrid);
    protected _accept(event: ScoutKeyboardEvent): boolean;
    protected _computeNewSelection(extend?: boolean): TileGridSelectionInstruction;
}
//# sourceMappingURL=TileGridSelectUpKeyStroke.d.ts.map