import React from 'react'; import { FormInstance } from 'kts-components-antd-x4/lib/form'; interface IProps { url: any; fnForceUpdate: () => void; } declare class Component extends React.Component { formRef: React.RefObject>; queryTimeout: any; textInput: any; any: any; constructor(props: IProps); isAllElectric: (invoiceNumber: string) => boolean | ""; onFinish: (values: any) => Promise; handResponse: (res: any) => null | undefined; resetForm: () => void; success: () => void; error: () => void; componentDidMount(): void; onScannerChange: (e: any) => void; onGetqrcode: () => null | undefined; onScannerBlur: () => void; focusTextInput(): void; onChange: (e: any) => void; render(): JSX.Element; } export default Component;