/** * Custom chart component used within Checklist PLG component */ export let ChecklistChart: React.ForwardRefExoticComponent<{ className?: string; value: number; theme?: import("./Checklist.types").Theme; } & React.RefAttributes>; import React from 'react'; //# sourceMappingURL=ChecklistChart.d.ts.map