export declare function useCopyToClipboard(timeout?: number): [boolean, (text: string) => Promise<boolean>];
