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