import { Basis } from "../types/basis.js"; export declare function calculate_basis(base: HTMLElement | void, over: HTMLElement | void): Basis | undefined;