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