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