import React from 'react';
import { WhatsAppOTPConfig, WhatsAppOTPCallbacks, WhatsAppOTPContextType } from '../types';
interface WhatsAppOTPProviderProps {
    children: React.ReactNode;
    config: WhatsAppOTPConfig;
    callbacks?: WhatsAppOTPCallbacks;
}
export declare const WhatsAppOTPProvider: React.FC<WhatsAppOTPProviderProps>;
export declare const useWhatsAppOTPContext: () => WhatsAppOTPContextType;
export {};
//# sourceMappingURL=WhatsAppOTPProvider.d.ts.map