/// import { UIConfig } from '../types/ui-config/index'; import { DyteI18n } from '../lib/lang'; import { StyleProps } from '../types/ui-config/root'; export default function ({ meeting, config, logoUrl, style, t, }: { meeting?: any; config?: UIConfig; logoUrl?: string; style?: StyleProps; t?: DyteI18n; }): JSX.Element;