export declare class WavesAttribute { private element; type: string | undefined; private config; constructor(element: Element); attached(): void; typeChanged(newValue: string, previousValue: string): void; private setDefaults(); }