import './custom.d.ts'; interface legendListProps { data: { label: string; value: number; color: string; }[]; legendType: string; legendInfoNumberText?: string; } export default function LegendListSquare(props: legendListProps): JSX.Element; export {}; //# sourceMappingURL=LegendListGeneral.d.ts.map