import React from 'react'; export declare const canUseDocument: boolean; export declare function getRefDom(domRef: React.RefObject): any; export declare function toggleScreen(domID: string): void; export declare function noop(): void;