import * as React from 'react'; interface IProps { isShowLabel?: boolean; label?: string; } declare const Comlabel: React.FunctionComponent; export default Comlabel;