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