/// <reference types="react" />
import { IMultipleSelectProps } from './type';
export declare function MultipleSelectBrick(props: IMultipleSelectProps): JSX.Element;
