export declare function useEscapeKey( /** Subscribe only while true (pass the overlay's open state). */ active: boolean, /** Called when Escape is pressed while active. */ onEscape: () => void): void; //# sourceMappingURL=use-escape-key.d.ts.map