import { ImageProps, FlexProps } from '@bnb-chain/space'; export interface IconImageProps extends ImageProps { fallbackBgColor?: FlexProps['bg']; } export declare function IconImage(props: IconImageProps): import("react/jsx-runtime").JSX.Element;