export declare const handleCopy: (copyTxt: string | null | undefined) => void; export declare const handleCopyAsync: (copyTxt: string | null) => Promise;