declare class InfiniteLoopError extends Error {
    constructor(component?: string);
}
export { InfiniteLoopError };
