import { Widget, BuildContext } from "@meursyphus/flitter"; import CartesianChartContextWidget from "../CartesianChartContextWidget"; export type LegendConfig = {}; export type LegendProps = {}; export declare class Legend extends CartesianChartContextWidget { protected props: LegendProps; constructor(props?: LegendProps); build(context: BuildContext): Widget; } declare const _default: (props?: LegendProps) => Legend; export default _default;