import React from 'react'; import { GatewayProps, GatewayProviderProps } from '../types'; export declare const GatewayProvider: React.FC; export declare const useGateway: () => GatewayProps;