/**
 * Web CopyOnClick Component
 */
import type { CopyOnClickAllProps } from './types';
declare const CopyOnClick: ({ children, className, disabled, showCursor, copyContent, tooltipContent, ...props }: CopyOnClickAllProps) => import("react/jsx-runtime").JSX.Element;
export default CopyOnClick;
