export default function usePopperMarginModifiers(): [
    (overlay: HTMLDivElement) => void,
    Array<Record<string, unknown>>
];
