import * as React from 'react';
import type { LabelEhancerComponent } from './types';
declare const LabelEnhancer: ({ labelEnhancerContent, labelEnhancerPosition, needleHeight, size, overrides, }: LabelEhancerComponent) => React.JSX.Element;
export default LabelEnhancer;
