import React from 'react'; declare type Props = { children?: string; htmlFor?: string; style?: object; text?: string; }; declare const InputLabel: React.FC; export default InputLabel;