import { Base, Type } from "igniteui-webcomponents-core"; import { AttDef } from "./AttDef"; /** * @hidden */ export declare class Attribute extends Base { static $t: Type; e: string; a: AttDef; c: string; d: string; g(a: string, b: string, c: string): void; get f(): string; set f(a: string); get b(): boolean; }