export default function (): { copyTextAction: import("vue").Ref; copyDisabled: import("vue").Ref; onCopyHandler: (data: string) => void; };