import * as React from 'react'; import { IInputLabelProps } from './InputLabel.props'; export { IInputLabelProps } from './InputLabel.props'; export declare const InputLabel: React.ForwardRefExoticComponent & React.RefAttributes>; export default InputLabel;