import { Property } from '../../models'; export default function usePropertyLinks(property: Pick): { next: string; prev: string; nextPage: boolean; prevPage: boolean; } | null; //# sourceMappingURL=use-property-links.d.ts.map