import { type PageDisposer } from './react-mount.js'; import { useT } from './react-hooks.js'; import { type GroupBot, type GroupChat, type GroupsSnapshot } from './groups.js'; type Translator = ReturnType; export declare function AddBotsDialog(props: { chat: GroupChat; bots: GroupBot[]; tr: Translator; onClose(): void; onReloadGroups(options?: { force?: boolean; }): Promise; }): import("react").JSX.Element; export declare function renderGroupsPage(root: HTMLElement): PageDisposer; export {}; //# sourceMappingURL=groups-page.d.ts.map