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 protection,security,medical,insurance,방패,보호,보안,의료,보험 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;