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 eye,hide,invisible,view,view_count_off,끄다,눈,눈끄기,눈끔,보다,보이지않음,숨기기,조회 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;