import type { Data } from './types'; type LegendsProps = { data?: Data[]; legendHeader?: string; focused?: string; onFocusChange: (index?: string) => void; colors: string[]; }; export declare const Legends: ({ focused, data, legendHeader, onFocusChange, colors }: LegendsProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=Legends.d.ts.map