import * as i0 from "@angular/core";
export declare class NgxSelectAngleService {
    constructor();
    getOffsetPosition(evt: MouseEvent | TouchEvent, parent: HTMLElement): {
        x: number;
        y: number;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxSelectAngleService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgxSelectAngleService>;
}
