import { ComponentClass } from 'react' type PageOwnProps = { children?: any // 替换note className?: string otherStyle?: 'white' | 'dark' shopLogo: string shopName: string extraText: string data: { number: number note: string bright?: boolean }[] userName: string userAvatar: string } declare const Index: ComponentClass export default Index