export declare const getBoundary: (topElement: HTMLElement, bottomElement?: HTMLElement | undefined) => {
    top: number;
    bottom: number;
    marginTop: number;
    marginBottom: number;
};
