import type { MainThread } from "@lynx-js/types"; import type { ImageProps } from "@lynx-js/types/element"; export interface IconProps extends Omit { size?: number; color?: string; className?: string; } /** * @alias favorite,interest_list,rating,star,starred,별,좋아요,즐겨찾기,평점 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;