import { WebApp } from '../types'; export declare const useTelegram: () => WebApp; export * from './components';