import React from 'react';
import type { InputProps } from '../../../types';
declare const LabelInput: React.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
export default LabelInput;
