export declare class ContactPersonForEnum { static Customer: string; static Vendor: string; } export declare class DropDownButtonTypesEnum { static OnlyDefualtText: string; static OnlyMaterialIcon: string; static ArrowDownForDefualt: string; static ArrowDownForList: string; static MultiAction: string; } export declare class DeleteTypeEnum { static PartDelete: string; static VehicleDelete: string; static LaborDelete: string; static ComplaintDelete: string; } export declare class ReceieveForEnum { static ForRO: string; static ForPartOrder: string; static ForStock: string; } export declare class RecordOtherStatusEnum { static Reopen: string; static Restart: string; } export declare class DescriptionForEnum { static ForComplaint: string; static ForService: string; static ForPart: string; } export declare class ROTypeEnum { static RepairOrder: string; static Estimate: string; static PartsOrder: string; static Invoice: string; static CreditNote: string; static DebitNote: string; static VenDebitNote: string; static PurchaseOrder: string; static Bill: string; static SalesOrder: string; static SalesEst: string; static Challan: string; static Appointment: string; static Tickets: string; } export declare class SOTypeEnum { static SO: string; static Estimate: string; } export declare class PrintTypesEnum { static RepairOrder: string; static Estimate: string; static Invoice: string; static PartsOrder: string; static Payments: string; static Technician: string; static PurOrder: string; } export declare class POPartStatusEnum { static New: string; static Sent: string; static Modified: string; static Del: string; static Deleted: string; } export declare class PermissionTypesEnum { static New: string; static View: string; static Edit: string; static Delete: string; } export declare class RoutePageNamesEnum { static Chat: any; static WorkOrder: any; static WOSearch: any; static WODashboard: any; static SalesOrder: any; static SODashboard: any; static Estimate: any; static EstDashboard: any; static Returns: any; static Packages: any; static Variants: any; static ItemGroups: any; static ServiceBillsDashboard: any; static ServicesBill: any; static EstSearch: any; static JobsDashboard: any; static Product: any; static ProductSearch: any; static Customer: any; static Patient: any; static CustSearch: any; static Patients: any; static Part: any; static SalesReceipt: any; static SalesReceiptSearch: any; static RRI: any; static APL: any; static Stock: string; static RFQList: any; static PODashboard: any; static POSearch: any; static PartsSearch: any; static PartsOrder: any; static AdjustStock: any; static IssueParts: any; static InsSettings: any; static RecPartsSearch: any; static Settings: any; static QuickItems: any; static CF: any; static MSettings: any; static TU: any; static SetUpLTG: any; static SetUpLTG1: any; static User: any; static Users: any; static Vendor: any; static VendorSearch: any; static QuickSrvcs: any; static Invoices: any; static ReceivePayment: any; static PaymentSearch: any; static UnAppliedPayments: any; static Reports: any; static TaskSearch: string; static AdminTaskSearch: string; static TaskCalendar: string; static ReportByAcc: any; static InsuranceTieUp: any; static Surveyors: any; static VehicleOwnership: string; static Invoice: any; static DebitNote: any; static InvDashboard: any; static CreditNotes: any; static CreditNote: any; static InvSearch: any; static COA: any; static InvStngs: any; static WhStngs: any; static ReportByGST: any; static VendorReport: any; static CreateBill: string; static CreateMO: string; static CreateMI: string; static CreateMOut: string; static CreateTrans: string; static PuODash: string; static PuORet: string; static PuOSea: string; static PO: string; static Maps: string; static SalesPuODash: string; static SalesPuOSea: string; static SalesPO: string; static BillDash: string; static MODash: string; static MIDash: string; static MOutDash: string; static TransferOrder: string; static BillSea: string; static PaymentsMade: string; static BillPayment: string; static Projects: string; static Project: string; static Meetings: string; static Meeting: string; static Tasks: string; static Task: string; static TaskTemplate: string; static TaskTemplates: string; static TaskKanban: string; static Tags: string; static TSheet: string; static Decision: string; static WorkSpace: string; static WspcTask: string; static WspcMeeting: string; static WspcProj: string; static Make: string; static Makes: string; static Modal: string; static Modals: string; static Complaints: string; static Complaint: string; static Diagnosis: string; static Procedures: string; static LabTests: string; static Advices: string; static Categories: string; static Desgntn: string; static Dept: string; static Services: string; static Rsn: string; static MORsn: string; static Items: string; static Attributes: string; static Service: string; static Roles: string; static RepBGST: string; static RepBGST2: string; static RepDash: string; static RepPayment: string; static SalRep: string; static DChallan: any; static CNote: any; static DNote: any; static SalRecReport: string; static VCNote: any; static VDNote: any; static VDeNDash: any; static CheckIn: any; static EmployeeAtt: any; static LiveLocation: any; static TikDash: any; static ticket: any; static serapp: any; static serappDash: any; static expDashboard: any; static expens: any; static HospitApp: any; } export declare class DialogLeaveEnums { static Ok: string; static Cancel: string; } export declare class IndustryTypeEnums { static Vehicle: string; static Product: string; static WO: string; static RO: string; static Part: string; static Item: string; static Customer: string; static Patient: string; } export declare class IndustryCodeEnums { static Vehicle: string; } export declare class EventsToAppEnums { static StartDelivery: any; static EndDelivery: any; static StartAttendance: any; static EndAttendance: any; static LoginToken: any; static EntityData: any; static PageReload: any; static SendLogs: any; static TrackingStatus: any; static LogoutLocationInitiate: any; static LoginLocationInitiate: any; static LogoutSuccess: any; static OpenScanner: any; static StopScanner: any; } export declare class EventFromAppEnums { static LoginSuccess: any; static LogoutSuccess: any; static EventSaveFail: any; static TrackingInfo: any; static ScanResult: any; }