import React from 'react';
export declare const useKeyboard: () => {};
export declare const KeyboardProvider: ({ children, container }: {
    children: React.ReactNode;
    container: HTMLElement;
}) => React.JSX.Element;
