/** a typed proxy accessor for html attributes */ export declare class AttrProxies { element: HTMLElement; constructor(element: HTMLElement); strings: Record; numbers: Record; booleans: Record; }