import { UIConfig } from '../../types/ui-config'; import { DyteI18n } from '../../lib/lang'; import { IconPack } from '../../lib/icons'; import { Meeting } from '../../types/dyte-client'; export declare class DyteWaitingScreen { /** Meeting object */ meeting: Meeting; /** Config */ config: UIConfig; /** Icon pack */ iconPack: IconPack; /** Language */ t: DyteI18n; render(): any; }