import React from "react"; /** * Listens for when the escape key is down */ export declare function useEscapeKeydown(onEscapeKeyDownProp?: React.KeyboardEventHandler, ownerDocument?: Document): void; //# sourceMappingURL=index.d.ts.map