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 divider,handle,horizontal,lines,vertical,가로,분리,선,세로,이동,핸들 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;