import { ComponentError } from './ComponentError'; export declare class ComponentLoadError extends ComponentError { constructor(location: string, msg?: string); }