import { scrollContainerDom } from '../common/constants.js'; export declare class XRefreshView extends HTMLElement { #private; static readonly notToFilterFalseAttributes: Set; _nextRefreshIsManual: boolean; finishRefresh(): void; finishLoadMore(): void; autoStartRefresh(): void; get scrollTop(): number; set scrollTop(val: number); get scrollHeight(): number; get [scrollContainerDom](): this; }