/// import DyteClient from '@dytesdk/web-core'; import { IconPack } from '../lib/icons'; import { DyteI18n } from '../lib/lang'; export default function DyteLiveStreamIndicator({ meeting, iconPack, size, t, }: { meeting: DyteClient; iconPack?: IconPack; size?: 'lg' | 'md' | 'sm' | 'xl'; t?: DyteI18n; }): JSX.Element;