import { Lang } from '../../types'; import { Context } from '../../libs/Templater/Context'; export interface Props { lang: Lang; visible?: boolean; onOpenNewTabClick(): void; } export default function newWindowBlockedError(context: Context): string;