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,circle,help,information,question,question mark,question_check,square,도움돼요,도움말,물음표,사각형,완료,정보,체크 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;