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 album,image,photo,picture,그림,사진,앨범,이미지,첨부 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;