export declare const getAngle: ({ activeElement, element, }: {
    activeElement: Element;
    element: Element;
}) => number;
