import { type ReactElement } from 'react';
import type { ErrorType } from './types';
export declare const FallbackIcon: {
    (props: {
        readonly errorType?: ErrorType;
    }): ReactElement;
    displayName: string;
};
export default FallbackIcon;
//# sourceMappingURL=FallbackIcon.d.ts.map