export declare function scrollTo(top?: number): void;
/**
 * Get the first visible common-error-container and smoothly scroll to it.
 */
export declare function scrollToError(yOffset?: number): void;
