export declare function useHardwareBack( /** Subscribe only while true (pass the overlay's open state). */ active: boolean, /** Called when hardware back is pressed while active; the event is consumed. */ onBack: () => void): void; //# sourceMappingURL=use-hardware-back.d.ts.map