import { type AttributeReactiveClass } from '@lynx-dev/web-elements-reactive'; import { XRefreshView } from './XRefreshView.js'; export declare class XRefreshViewEventsEmitter implements InstanceType> { #private; static observedAttributes: string[]; constructor(dom: XRefreshView); dispose(): void; }