import { ISimpleNgSelectItem } from '../components/ng2-select-custom/select.module';
export declare class SimpleNgSelectItem implements ISimpleNgSelectItem {
    id: string;
    text: string;
}
