import React from 'react';
import { InputLabelProps } from './types';
export declare const InputLabel: React.ForwardRefExoticComponent<Omit<InputLabelProps, "ref"> & React.RefAttributes<HTMLLabelElement>>;
