import React from 'react'; import { type ControlLogicProps, type InputProps } from '../typings'; declare function withFormControl(InputComponent: React.ComponentType): (props: ControlLogicProps) => import("react/jsx-runtime").JSX.Element; export default withFormControl;