import { FunctionComponent } from './index'; export declare function createLoadableComponent>(Component: ComponentType): ComponentType | undefined;