import { PropsWithChildren, ReactElement } from 'react'; import { IMGElementStateLoading } from './img-types'; /** * Default loading view for the {@link IMGElement} component. */ export default function IMGElementContentLoading({ dimensions, children }: PropsWithChildren): ReactElement; //# sourceMappingURL=IMGElementContentLoading.d.ts.map