import { ComponentClass } from 'react' interface SdBidItemInterface { bidId: any decorecType: any decorecYear: any decorecMonth: any province: any city: any district: any village: any rooms: any offices: any guards: any cost: any createTimeFormat: any area: any callName: any headimgurl: any } type PageOwnProps = { className?: string item: SdBidItemInterface, editable?: any, onClick?: any, onNavToEdit?: any, } declare const Index: ComponentClass export default Index