import React from 'react';
import { LazyComponentProps, LazyComponentPropsWithCode, LazyComponentOnLoadParams } from './interface';
export type { LazyComponentProps, LazyComponentOnLoadParams };
export declare const LazyComponentWithCode: React.FC<LazyComponentPropsWithCode>;
export declare const LazyComponent: React.FC<LazyComponentProps>;
export default LazyComponent;
