interface Otype { init?: () => void; contractId?: string | number; dataState: string | number; contractBillcode?: string; contractType?: string; contractAppraise?: number; dataBmoney?: string | number; color?: string; borderColor?: string; btnColor?: string; btnShape?: string; contractInvstate: number; afterSaleIngFlag?: boolean; } declare const FooterComponent: React.FC; export default FooterComponent;