import { SyntheticEvent } from 'react'; export declare function addClickClassToDocumentOnIos(): void; export declare function removeClickClassFromDocumentOnIos(): void; export declare function isServerSide(): boolean; export declare function isBrowser(): boolean; export declare function stopPropagation(event: SyntheticEvent): void; //# sourceMappingURL=documentIosClick.d.ts.map