/// import React from "react"; declare const useProceededChart: (chartRef: any, propsRef: any) => [boolean, React.Ref, (g: Dygraph) => void]; export default useProceededChart;