import { ComponentClass } from 'react' type PageOwnProps = { className?: string shop: { shopLogo: string shopName: string }, children: any onShopClick?: any } declare const Index: ComponentClass export default Index