export declare class AtStyleCustomAttribute { private element; constructor(element: Element); style: any; value: string; valueChanged(): void; attached(): void; }