export declare class PopulateListDropdown { id: number; inventory: string; inventoryText?: string; isSelected: boolean; constructor(obj: any); } export declare class PopulateListDropdownWithDisable extends PopulateListDropdown { isDisabled: boolean; constructor(obj: any); }