import { FunctionComponent } from 'react'; declare type Props = {}; export declare const GlobalKeyHandler: FunctionComponent; export {};