import { type AttributeReactiveClass } from '../../element-reactive/index.js'; import { type XFoldviewNg } from './XFoldviewNg.js'; export declare class XFoldviewNgEvents implements InstanceType> { #private; constructor(dom: XFoldviewNg); static observedAttributes: string[]; _handleGranularity(newVal: string | null): void; _enableOffsetEvent(enable: boolean): void; }