import { Size } from '../types.js'; export interface CopyButtonProps { value: string; label?: string; size?: Size; ariaLabel?: string; } export declare function CopyButton({ value, label, size, ariaLabel, }: CopyButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=copy-button.d.ts.map