/** @internal */ export declare const useCopyToClipboard: (value: string) => [() => void, boolean, (value: boolean) => void];