import React from 'react'; import { IInputChipSelect } from '../chipSelect'; export declare type IInputExpandSelect = Omit; /** * Input multi select accepts an *ARRAY* of selected option ids. * * localActiveOptions here will be an object and external options is an ARRAY */ export declare const InputExpandSelect: React.FC;