export declare const useClipboard: (timeout: number) => { copyToClipboard: (value: string) => void; hasCopied: boolean; };