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