import { OnInit } from '@angular/core'; import { BaseComponent } from '../../core/components/base/base.component'; import { Dropdown } from './dropdown.model'; import * as i0 from "@angular/core"; export declare class DropdownComponent extends BaseComponent implements OnInit { config: Dropdown | null; /** * Splitting ',' separated value to an array of values and setting to multiple control * @property {string} value Multiple comma seperated values */ ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }