export declare function padStart(string: string, length: number, char?: string): string; export declare function mergedToString(children: any): string; export declare const isScrollElement: (element: HTMLElement) => boolean; export declare const getScrollElements: (container: HTMLElement, top?: HTMLElement) => HTMLElement[];