import type { ContactSectionCardProps } from "./ContactSectionCard.types"; declare const useContactSectionCard: (props: ContactSectionCardProps) => { data: { phones: string; }; fns: {}; }; export default useContactSectionCard;