import { IconProps } from '@bnb-chain/space'; interface TransferToIconProps extends IconProps { iconopacity?: string; } export declare function TransferToIcon(props: TransferToIconProps): import("react/jsx-runtime").JSX.Element; export {};