type LeafProps = { active: boolean; fill: string; uniqueId: string; }; declare const _default: (({ active, fill, uniqueId }: LeafProps) => JSX.Element)[]; export default _default;