/** * TODO: A description of the component. */ export let ChecklistIcon: React.ForwardRefExoticComponent<{ className?: string; kind?: import("./Checklist.types").Kind; theme?: import("./Checklist.types").Theme; } & React.RefAttributes>; import React from 'react'; //# sourceMappingURL=ChecklistIcon.d.ts.map