import type React from 'react'; import { ILoadingStateProps } from '../interfaces/ILoadingStateProps'; /** * Loading state component with spinner and message */ export declare const LoadingState: React.FC;