import React from "react";
import type { IconProps } from "./Icon.types.cjs";
export declare const Icon: ({ size, name, color, twClassName, style, ...props }: IconProps) => React.JSX.Element;
//# sourceMappingURL=Icon.d.cts.map