import type { LazyLoadingProps } from './types'; export declare function LazyLoading(props: LazyLoadingProps): React.ReactNode;