import { ElementAst } from '@angular/compiler';
export declare const isInteractiveElement: (el: ElementAst) => boolean;
