import { AttributeReactiveClass } from '@lynx-dev/web-elements-reactive'; import { XCanvas } from './XCanvas.js'; export declare class CanvasAttributes implements InstanceType> { #private; static observedAttributes: string[]; constructor(dom: XCanvas); handleName: (this: void, newVal: string | null) => void; handleHeight: (this: void, newVal: string | null) => void; handleWidth: (this: void, newVal: string | null) => void; connectedCallback(): void; dispose(): void; }