import React from 'react'; type LabelProps = { value: string; tooltipText?: string; }; declare const LabelField: React.FC; export default LabelField; //# sourceMappingURL=label.component.d.ts.map