import React, { FC } from 'react'; import { ITaplyticsContext } from './TaplyticsProvider.types'; export declare const TaplyticsContext: React.Context; /** * A provider component that is used to wrap an application/component. This allows you to be able to * utilize hooks provided by Taplytics. * */ declare const TaplyticsProvider: FC; export default TaplyticsProvider;