/**
 * SSR-safe hook for determining if the current platform is MacOS. When rendering
 * server-side, will default to non-MacOS and then re-render in an effect if the
 * client turns out to be a MacOS device.
 */
export declare function useIsMacOS(): boolean;
//# sourceMappingURL=useIsMacOS.d.ts.map