import { AttributeReactiveClass } from '@lynx-dev/web-elements-reactive'; /** * shared by x-input and x-input-ng */ export declare class InputBaseAttributes implements InstanceType> { #private; static observedAttributes: string[]; constructor(dom: HTMLElement); }