import type { IconProps } from '../types/index'; declare function SvgImportWiki(iconProps: IconProps): JSX.Element; declare namespace SvgImportWiki { var displayName: string; } export default SvgImportWiki;