/** * Provides clipboard copy functionality. */ export declare function useClipboard(): [(text: string) => void, boolean];