import React from "react"; export type IconProps = { color?: string; size?: number; autoSize?: boolean; svgProps?: React.SVGProps; iconStyle?: | `Broken` | `LineDuotone` | `Linear` | `Outline` | `Bold` | `BoldDuotone`; } & Omit, "color" | "size">;