/// //#region src/plus/walletPassGallery/index.d.ts interface WalletPassGalleryProps { hideTitle: boolean; hideAddButton: boolean; customer?: any; platform?: 'pc' | 'h5'; [key: string]: any; } declare const WalletPassGallery: (props: WalletPassGalleryProps) => JSX.Element; //#endregion export { WalletPassGallery };