import { type AttributeReactiveClass } from '../../element-reactive/index.js'; /** * shared by x-input and x-input-ng */ export declare class XInputAttribute implements InstanceType> { #private; static observedAttributes: string[]; _handleValue(newValue: string | null): void; _handleDisabled: (this: void, newVal: string | null) => void; _handleAutocomplete: (this: void, newVal: string | null) => void; constructor(dom: HTMLElement); }