/** * A unified hook to check if any drawer is open (from either the old or new provider). */ export declare const useAnyDrawerOpen: () => boolean;