/// declare type Props = { tel: string; }; declare const PhoneNumber: ({ tel }: Props) => JSX.Element; export default PhoneNumber;