export declare function useClipboardListener(onCopy?: (text: string) => void, onPaste?: (text: string) => void): void;
