export declare const isInteractiveElem: (element: HTMLElement) => {
    isInteractive: boolean;
    reason: string;
};
export declare const isIgnoredElem: (element: HTMLElement) => boolean;
