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