/// import { UIConfig } from '../types/ui-config'; import { DyteI18n } from '../lib/lang'; export default function DyteWaitingScreen({ config, t, }: { config?: UIConfig; t?: DyteI18n; }): JSX.Element;