import type { LucideIcon } from "lucide-react"; import { type IconBadgeElProps } from "../html/index.js"; type IconBadgeProps = Pick & { icon: LucideIcon; }; export declare function IconBadge({ icon: Icon, size, shape, tone }: IconBadgeProps): import("react").JSX.Element; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map