export declare function ensureChildInView(parent: HTMLElement | null, child: HTMLElement | null | number, safetyMargin?: number): void;