import React from 'react';
declare const InputLabel: (inputProps: any) => React.JSX.Element;
export default InputLabel;
