export function IconBlank(props: any): React.JSX.Element; export function getIcon(type: any): typeof IconDocumentLine | ((props: any) => React.JSX.Element); export function getFriendlyLinkType(type: any): string; import React from 'react'; import { IconDocumentLine } from '@instructure/ui-icons';