import React from 'react'; import type { LucideIcon } from 'lucide-react'; import type { InstUIIconProps } from '../props'; /** * Wraps a Lucide icon with InstUI theming, RTL support, and semantic sizing. * Only accepts InstUI semantic tokens (size="lg", color="baseColor"). * Stroke width is automatically derived from size for consistent visual weight. * Numeric and custom CSS values are not supported. */ export declare function wrapLucideIcon(Icon: LucideIcon): React.ComponentType; //# sourceMappingURL=wrapLucideIcon.d.ts.map