import type { TmplAstElement } from '@angular/compiler'; import { PROPERTY } from './constants'; export declare function getAttributeValue(node: TmplAstElement, attributeName: string): T | string | null | typeof PROPERTY; export declare function notAnAttributeOrIsProperty(attribute: unknown): attribute is null | typeof PROPERTY;