import type { ClipboardEvent } from 'react'; export declare function useOnCopy(text?: string): (event: ClipboardEvent) => void;