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