export declare class DefaultProviderModel { ProviderTypeItemID: number; ProviderTypeItemName: string; SelectedProviderID: number; Providers: any[]; }