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