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 airplane,chat,chatting,chatting_send,message,paperplane,send,메시지,보내기,비행기,전송,종이비행기,채팅 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;