import * as React from 'react'; type Props = { text: string; className?: string; }; declare function CopyToClipboardButton({ className, text }: Props): import("react/jsx-runtime").JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;