/**
 * SSR ready check for macOS or iOS (Apple VoiceOver support).
 */
export declare function useCanUseVoiceOver(): boolean;
