import React from "react"; import { IconColor } from "../icons/iconColors"; interface StarWithSmileIconProps { color?: IconColor; } export declare const StarWithSmileIcon: React.FC; export {};