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 edit,image,magic,photo,photo_edit,tool,wand,도구,마법,마법봉,보정,사진,수정,이미지,편집 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;