import { AbstractTableNavigationKeyStroke, ScoutKeyboardEvent, Table } from '../../index';
export declare class TableNavigationExpandKeyStroke extends AbstractTableNavigationKeyStroke {
    constructor(table: Table, key: number, displayText?: string);
    protected _accept(event: ScoutKeyboardEvent): boolean;
    handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=TableNavigationExpandKeyStroke.d.ts.map