import type { LucideProps } from 'lucide-react'; import type * as React from 'react'; /** A plugin may pass a lucide component, or its name as a string — JSON manifests only carry the string. */ export declare function resolvePluginIcon(icon: string | React.ComponentType): React.ComponentType; //# sourceMappingURL=pluginIcon.d.ts.map