export const IconList: string[];
export default Icon;
declare function Icon({
  name,
  iconSize,
  iconWidth,
  fillColor,
  strokeColor,
  noStroke,
  right,
  left
}: {
  name: string;
  iconSize: number;
  iconWidth: number;
  strokeColor: string;
  fillColor: string;
  noStroke: boolean;
  right: boolean;
  left: boolean;
}): JSX.Element;

//# sourceMappingURL=index.d.ts.map
