import * as React from 'react';
interface LegendProps {
    children: React.ReactNode;
}
export declare const LegendGroup: React.FC<LegendProps>;
export {};
