import { ReactElement } from 'react'; import { IMGElementStateError } from './img-types'; /** * Default error view for the {@link IMGElement} component. */ export default function IMGElementContentError(props: IMGElementStateError): ReactElement; //# sourceMappingURL=IMGElementContentError.d.ts.map