import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SbAlignDirective { private host; get nativeElement(): HTMLElement; constructor(host: ElementRef); moveTo(x: number, y: number): void; moveBy(dx: number, dy: number): void; private translate; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }