import { Offsets } from '../models';
export declare function getTargetOffsets(target: HTMLElement, hostOffsets: Offsets, position: string): Offsets;
