export declare const useOnEscape: (onEscape: (event: KeyboardEvent) => void) => void;
