export function CopyToClipboardComponent({ data, callback }: { data: any; callback: any; }): import("react/jsx-runtime").JSX.Element;