import { TonConnectUIReactError } from './ton-connect-ui-react.error'; /** * Thrown when either not added to the top of the tags tree, * either there is an attempt using TonConnect UI hook or inside */ export declare class TonConnectProviderNotSetError extends TonConnectUIReactError { constructor(...args: ConstructorParameters); }