import type { CustomIconOptions as AntdCustomIconOptions, IconFontProps as AntdIconFontProps } from '@ant-design/icons/lib/components/IconFont'; export type IconfontProps = AntdIconFontProps & Pick; declare const Component: { ({ scriptUrl, ...moreProps }: IconfontProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Component;