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 bad,dislike,down,hand,thumb,thumb_down,공감,별로,비추천,손,싫어요,엄지 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;