/**
 * 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;
    _supportsSpacingProps: boolean;
};
export default CopyOnClick;
