import React from 'react';
import { DisableCopyWrapperProps } from '../types/DisableCopyWrapper.types';
declare const DisableCopyWrapper: React.FC<DisableCopyWrapperProps>;
export default DisableCopyWrapper;
