import { Ref } from '@dineug/r-html'; import { Ctx } from '../internal-types'; export declare function useKeyBindingMap(ctx: Ctx, root: Ref): void;