export declare function useClipboard(): { copyTextToClipboard: (id: string, toast?: string) => Promise; };