import { Offsets } from '../models';
export declare function getReferenceOffsets(target: HTMLElement, host: HTMLElement, fixedPosition?: boolean): Offsets;
