import * as React from 'react';
import type { CopyToClipboardProps } from "./types.js";
export declare function CopyToClipboard(rawProps: CopyToClipboardProps): React.ReactElement<React.HTMLAttributes<HTMLElement>, string | React.JSXElementConstructor<any>>;
