import { ElementAst } from '@angular/compiler';
export declare const PROPERTY: string[];
export declare const isHiddenFromScreenReader: (el: ElementAst) => boolean;
