/// import { UIConfig } from '../types/ui-config/index'; import { States } from '../types/props'; import { DyteI18n } from '../lib/lang'; import DyteClient from '@dytesdk/web-core'; export default function ({ meeting, config, size, states, t, }: { meeting?: DyteClient; config?: UIConfig; size?: 'lg' | 'md' | 'sm' | 'xl'; states?: States; t?: DyteI18n; }): JSX.Element;