Repository URL to install this package:
import { InputChain } from '../../InputChain'; declare class LabelInput extends InputChain { static isSatisfiedByProps(props: any): boolean; render(): JSX.Element; } export { LabelInput }; export default LabelInput;