import React from "react"; import type { AddressSectionCardProps } from "./AddressSectionCard.types"; declare const AddressSectionCard: React.FC; export default AddressSectionCard;