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 arrow,down,fall,notification_fall,아래,아래로,알림,하락,화살표 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;