/** * use to copy text into clipboard */ declare const _default: () => [(text: string) => void, "ready" | "copied"]; export default _default;