import React from 'react'; export declare const LegendButton: React.FC<{ openLegendDialog: () => void; isOpen: boolean; }>;