import React from 'react'; import './index.less'; interface Props { [key: string]: any; } declare const AfterPriceConfirm: React.FC; export default AfterPriceConfirm;