/// //#region src/plus/walletPassGallery/components/passDetail/index.d.ts interface PassDetailProps { dataSource?: any | null; customer?: any; platform?: 'pc' | 'h5'; buttonGroupList?: any[][]; showTimeLine?: boolean; onListRefresh?: () => void; } declare const PassDetail: (props: PassDetailProps) => JSX.Element | null; //#endregion export { PassDetail };