import { DefaultIconImageProps } from '../../ui/Image'; export type ThumbImageProps = DefaultIconImageProps; /** * ThumbImage component. * * If the url fails to load, the default avatar is displayed. * * @param props {@link DefaultIconImageProps} * @returns React.ReactElement */ export declare function ThumbImage(props: ThumbImageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ThumbImage.d.ts.map