import { LucideIcon } from "lucide-react"; export type IconProps = { icon: LucideIcon; className?: string; strokeWidth?: number; }; export declare const Icon: import("react").MemoExoticComponent<({ icon, className, strokeWidth }: IconProps) => import("react").JSX.Element>; //# sourceMappingURL=Icon.d.ts.map