export declare class DarthSelectItem { label: string; value: any; constructor(label: string, value: string); }