export declare const buildOnCopy: (copyTgMarkdown?: boolean) => (e: ClipboardEvent) => void;
export declare const useMessageCopyHandler: <Ref extends React.RefObject<HTMLElement>>(ref: Ref, copyTgMarkdown?: boolean) => void;
