export function useClipboard(): { copy: import("vitest").Mock<(...args: any[]) => any>; text: string; isSupported: boolean; };