import './custom.d.ts'; interface legendListProps { data: { label: string; value: number; color: string; }[]; variableLabel?: string; quantityLabel?: string; onShowFilter?: () => {}; onShowVariableChooser?: () => {}; } export default function LegendList(props: legendListProps): JSX.Element; export {}; //# sourceMappingURL=LegendList.d.ts.map