export declare class ControlFinder {
    static retrieveUI5Controls(selector: UI5Selector, rootElement: HTMLElement): UI5Control[];
    private static retrieveNodesFromBody;
    private static retrieveValidUI5Controls;
    static getUI5Control(id: string | null | undefined): UI5Control | null;
}
