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