/// import { UIConfig } from '../types/ui-config'; import DyteClient from '@dytesdk/web-core'; import { DyteI18n } from '../lib/lang'; export default function ({ meeting, applyDesignSystem, config, iconPackUrl, showSetupScreen, iOSScreenshareEnabled, t, }: { meeting: DyteClient; applyDesignSystem?: boolean; config?: UIConfig; iconPackUrl?: string; showSetupScreen?: boolean; iOSScreenshareEnabled?: boolean; t?: DyteI18n; }): JSX.Element;