import { BoxProps, FlexProps, IconProps } from '@bnb-chain/space'; export declare const CopyAddress: ({ content, tooltipStyle, iconStyle, ...otherProps }: FlexProps & { content?: string; iconStyle?: IconProps; tooltipStyle?: BoxProps; }) => import("react/jsx-runtime").JSX.Element | null;