import React from 'react'; import { IconName } from '../Icons'; export declare const isSvgAvailable: boolean; export interface LucideIconProps { name: IconName; color: string; size: number; } export declare const LucideIcon: ({ name, color, size }: LucideIconProps) => React.ReactElement | null; //# sourceMappingURL=LucideIcon.d.ts.map