import { OnInit } from '@angular/core'; import { IField } from 'dbweb-core'; export declare class CommonBillComponent implements OnInit { hostClass: boolean; constructor(); ngOnInit(): void; inputType(fld: IField): "text" | "number" | "datetime-local"; }