import * as React from 'react'; import { IBLabeledInputProps } from './LabeledInput.types'; declare const LabeledInput: React.FC; export default LabeledInput;