export default function CopyToClipboard({ data }: { data: string; }): import("react/jsx-runtime").JSX.Element;