import React from 'react';
import type { DigiLockerConfig } from './types';
export declare function DigiLockerProvider({ children, }: {
    children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export declare function useDigiLocker(): {
    verify: (url: string, redirectUrl?: string, options?: Partial<DigiLockerConfig>) => void;
};
export type { DigiLockerConfig, DigiLockerResult } from './types';
//# sourceMappingURL=index.d.ts.map