import React from 'react';
/** Use this button only in the old design components, for the future we should use `CopyAddressButton` which has a new design */
export declare function OldCopyAddressButton({ address }: {
    address: string;
}): React.JSX.Element;
