import { FC } from 'react'; import { TippleClient } from './client'; /** Provider for using tipple. */ export declare const Provider: FC<{ client: TippleClient; }>;