export declare type LoadingErrorIndicatorProps = {
    /** Error object */
    error?: Error;
};
export declare const LoadingErrorIndicator: ({ error }: LoadingErrorIndicatorProps) => JSX.Element | null;
//# sourceMappingURL=LoadingErrorIndicator.d.ts.map