import React from "react"; export declare const ControlsBar: React.FC<{ downloadPng: () => void; triggerResimulation: () => void; title?: React.ReactNode; }>;