import { type ChartTextProps } from '../text/ChartText'; import type { ScrubberBeaconLabelProps } from './Scrubber'; export type DefaultScrubberBeaconLabelProps = ScrubberBeaconLabelProps & Pick< ChartTextProps, 'background' | 'elevated' | 'borderRadius' | 'font' | 'verticalAlignment' | 'inset' | 'opacity' >; /** * DefaultScrubberBeaconLabel is a special instance of ChartText used to label a series' scrubber beacon. */ export declare const DefaultScrubberBeaconLabel: import('react').NamedExoticComponent; //# sourceMappingURL=DefaultScrubberBeaconLabel.d.ts.map