import React from 'react'; export default class InfoLabel extends React.Component { static defaultProps: { label: string; }; render(): JSX.Element; }