/// import { UntypedControlProps } from "./control.untyped.props"; /** * Form control definition */ declare function UntypedControl(props: UntypedControlProps): JSX.Element; export { UntypedControl }; export default UntypedControl;