import { type UpdateRecorder } from '@angular-devkit/schematics'; import { type Attribute, type ElementLocation } from 'parse5/dist/common/token'; export declare function removeAttrs(attrs: Attribute[], sourceCodeLocation: ElementLocation, recorder: UpdateRecorder, templateOffset: number): void;