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 bag,product,sale,shop,shopping,shopping bag,store,가게,가방,상품,세일,쇼핑,쇼핑백,스토어 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;