import React from 'react'; import { TypographyTypeMap } from '@mui/material/Typography'; import { LoadingProps } from '@control-ui/kit'; export interface LoadingComponentProps { isLoading: boolean; pastDelay: boolean; timedOut: boolean; error: any; retry: () => void; } /** * Legacy loading component for `react-loadable` * * @deprecated migrate to `lazy` */ export declare const loadableLoading: (Loading: React.ComponentType) => (title: string, errorText?: string) => React.FunctionComponent['props']['color']; width?: string | undefined; }>;