import type { Position } from '../types'; export declare const applyTransform: (element: HTMLElement | null, position: Position, width?: number, height?: number) => void; //# sourceMappingURL=positioning.d.ts.map