/// <reference types="react" />
import { Method } from "src/types/molecule.types";
declare type Props = {
    method: Method;
    colorsDomain: number[] | undefined;
};
export default function MethodLegend(props: Props): JSX.Element;
export {};
//# sourceMappingURL=MethodLegend.d.ts.map