import { type AttributeReactiveClass } from '../../element-reactive/index.js'; import type { XList } from './XList.js'; export declare class XListAttributes implements InstanceType> { #private; static observedAttributes: string[]; _handlerStickyOffset: (this: void, newVal: string | null) => void; _handlerCount: (this: void, newVal: string | null) => void; constructor(dom: XList); connectedCallback(): void; }