import type { ComponentProps } from 'react'; import { CopyButton } from '../../../components/Action/CopyButton'; import type { CellProps } from './Cell'; export declare function CellWithCopyButton({ copyContent, title, multiline, style, children, buttonSize, copiedText, copyText, onCopy, }: { copyContent: string; buttonSize?: ComponentProps['size']; } & CellProps & Pick, 'copiedText' | 'copyText' | 'onCopy'>): import("react").JSX.Element; export declare namespace CellWithCopyButton { var displayName: string; } //# sourceMappingURL=CellWithCopyButton.d.ts.map