import type { AddressSectionCardProps } from "./AddressSectionCard.types"; declare const useAddressSectionCard: (props: AddressSectionCardProps) => { data: { formattedAddress: string; }; fns: {}; }; export default useAddressSectionCard;