import { ComponentType } from 'react'; export declare type LazyComponentType = Promise<{ default: ComponentType; }>;