import { LineStyle } from '@grafana/schema'; interface Props { seriesName: string; color?: string; gradient?: string; readonly?: boolean; lineStyle?: LineStyle; } /** * @internal */ export declare const VizLegendSeriesIcon: import("react").MemoExoticComponent<({ seriesName, color, gradient, readonly, lineStyle }: Props) => import("react/jsx-runtime").JSX.Element>; export {};