/// interface ModalPosition { ref?: React.RefObject; showModal: boolean; } export declare const useModalPosition: ({ ref, showModal }: ModalPosition) => { x: number; y: number; }; export {};