export declare function LDColorLegendContent({ ldMetric, signedLD, x, y, }: { ldMetric: string; signedLD?: boolean; x?: number; y?: number; }): import("react/jsx-runtime").JSX.Element; export declare function LDSVGColorLegend({ ldMetric, width, signedLD, }: { ldMetric: string; width: number; signedLD?: boolean; }): import("react/jsx-runtime").JSX.Element; export default function LDColorLegend({ ldMetric, signedLD, }: { ldMetric: string; signedLD?: boolean; }): import("react/jsx-runtime").JSX.Element;