/// interface PodLegendProps { hideDestroyed?: boolean; } declare const PodLegend: ({ hideDestroyed }: PodLegendProps) => JSX.Element; export default PodLegend;