import { AbsoluteProps } from './Absolute.types.js'; import 'react'; declare const useAbsolute: ({ to, position, align, }: Pick) => { computedX: string; computedY: string; } | null; export { useAbsolute };