export declare class Locator {
    static locate(ui5Selector: UI5Selector, rootElement: HTMLElement): HTMLElement[];
    private static filterControlsBySelector;
    private static checkSelector;
    private static checkUI5Loaded;
}
