export declare class ComboDTO { label: string; value: string; constructor(); }