import type { MouseEvent, ReactNode } from 'react'; export interface LoadingErrorProps { onReload: (e: MouseEvent) => void; } export declare function LoadingError({ onReload }: LoadingErrorProps): ReactNode; //# sourceMappingURL=LoadingError.d.ts.map