import { ReactElement } from 'react'; export interface SeriesLabelsStackProps { formattedY: string; metricName: string; metricLabels: string[]; markerColor: string; } export declare function SeriesLabelsStack(props: SeriesLabelsStackProps): ReactElement; //# sourceMappingURL=SeriesLabelsStack.d.ts.map