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 bubble,chat,chat_bubble_check,check,checkmark,comment,confirm,message,reply,댓글,말풍선,메시지,채팅,체크,확인 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;