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