export declare function format(str: string, ...values: any[]): string; /** * Get the closest scrollable parent of a given node. * @param node * @returns */ export declare function getScrollParent(node: HTMLElement | null): HTMLElement | null;