/** @docs-private */
export declare classHasId {
private _id;
private cachedId;
private _idChange;
/**
* Mirrors the <code>id</code> attribute. If no id is assigned, this directive will
* assign a unique id by itself.
*/getid(): string | null;
setid(value: string | null);
}