import React from 'react';
export declare const useEdges: (ref: React.RefObject<HTMLElement | null>, width?: number, height?: number) => {
    top: boolean;
    right: boolean;
    bottom: boolean;
    left: boolean;
};
//# sourceMappingURL=useEdges.d.ts.map