interface ClipboardProps {
    textToCopy: string;
}
export declare function CopyToClipboard(props: ClipboardProps): import("react/jsx-runtime").JSX.Element;
export {};
