import { InteractiveElement } from "./types";
export declare const findInteractiveElements: () => InteractiveElement[];
