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 badge,bold,check,check_flower,checkmark,confirm,decoration,flower,shape,tick,굵게,꽃,모양,인증,장식,체크,확인,확정 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;