/// declare function PayPhoneConfirm({ store, }: { store?: { img?: string; name?: string; }; }): JSX.Element; export default PayPhoneConfirm;