import { type ReactNode } from "react";
import type { IconProps } from "./Icon";
export declare function Icon({ icon, size, className, }: IconProps): ReactNode;
//# sourceMappingURL=Icon.web.d.ts.map