export declare const getRelativePosition: ({ axis, target, parent, alignment, offset, isList, }: { axis: "x" | "y"; target: HTMLElement | null; parent: HTMLElement | null; alignment: "start" | "center" | "end"; offset: number; isList: boolean; }) => number;