import { ClipboardEventHandler } from "react"; export declare const usePaste: () => { onPaste: ClipboardEventHandler; };