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 lightning,electricity,power,off,번개,전기,파워,끄기 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;