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 check,complete,document,histroy,list,list_check,menu,note,options,post,관리,내역,노트,리스트,메뉴,목록,문서,옵션,완료,체크,포스트,확인 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;