export declare const scrollToMiddle: (parent: HTMLElement, child: HTMLElement, position: number) => void; export declare const keepInView: (parent: HTMLElement, child: HTMLElement) => void;