import { type RowData, type TableFeatures } from "./index"; import "./sv-grid-scrollbar"; export declare function createKeyboard(ctx: any): { onGridKeyDown: (event: KeyboardEvent) => void; onWindowKeydown: (event: KeyboardEvent) => void; onHeaderSortClick: (event: MouseEvent, columnId: string) => void; };