import { CoreErrorBoundaryFallbackProps, CoreNotFoundErrorPageProps, CoreProgressProps } from '../types'; /** @public */ export declare const coreComponentRefs: { progress: import("./createComponentRef").ComponentRef; notFoundErrorPage: import("./createComponentRef").ComponentRef; errorBoundaryFallback: import("./createComponentRef").ComponentRef; };