import { Subject } from 'rxjs/Subject'; export declare class DropDownService { subject$: Subject<{}>; constructor(); observeData(str: any): void; }