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 pencil,school,study,과외,수업,교육,학교,대학교,학원,연필 */ declare const _default: import("react").ForwardRefExoticComponent>; export default _default;