import React from 'react'; import './index.less'; export interface WalletPassGalleryProps { hideTitle: boolean; hideAddButton: boolean; customer?: any; platform?: 'pc' | 'h5'; [key: string]: any; } declare const WalletPassGallery: (props: WalletPassGalleryProps) => React.JSX.Element; export default WalletPassGallery;