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 arrow,open,right,up,내보내기,다운로드,대각선,열기,오른쪽,위,화살표 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;