import { RefObject } from 'react'; export declare function useDisableCopy(ref: RefObject, disableCopy: boolean): void;