type UseKeyPressedType = boolean;
export declare const useKeyPressed: (targetKey: string) => UseKeyPressedType;
export {};
