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 @,address,at,email,mention,골뱅이,그룹,멘션,모임,이메일,주소,채팅 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;