type Props = { slicerAddress: `0x${string}`; showIcon?: boolean; position?: string; }; declare const CopyAddress: ({ slicerAddress, showIcon, position }: Props) => import("react/jsx-runtime").JSX.Element; export default CopyAddress;