import { ComponentClass } from 'react' interface DataInterface { 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 data: DataInterface, } declare const Index: ComponentClass export default Index