import type { TmplAstBoundAttribute, TmplAstTextAttribute } from '@angular-eslint/bundled-angular-compiler'; import { TmplAstBoundEvent } from '@angular-eslint/bundled-angular-compiler'; /** * Returns the original attribute name. * @example * ```html *
* * * * ``` */ export declare function getOriginalAttributeName(attribute: TmplAstBoundAttribute | TmplAstBoundEvent | TmplAstTextAttribute): string; //# sourceMappingURL=get-original-attribute-name.d.ts.map