import { IconPropsType } from './props'; /** * 图标组件 */ export default function Icon(props: IconPropsType): import("react/jsx-runtime").JSX.Element;