import type { ExpiredLinkPageProps } from "./ExpiredLinkPage.types"; declare const useExpiredLinkPage: (props: ExpiredLinkPageProps) => { data: { dirigentes: { name: string; contact: string; imageUrl?: string | undefined; }[]; message: string; }; }; export default useExpiredLinkPage;