import { AlertContainerFactory } from '@gear-js/react-hooks';
declare const copyToClipboard: ({ alert, value }: {
    alert: AlertContainerFactory;
    value: string;
}) => void;
export { copyToClipboard };
