export { default as RnSmsOtpAutofill } from './NativeRnSmsOtpAutofill';
export declare function requestOtpAutofill(): void;
export declare function stopOtpAutofill(): void;
export declare function listenOtpAutofill(callback: (otp: string) => void, onError?: (error: string) => void): () => void;
declare const _default: {
    requestOtpAutofill: typeof requestOtpAutofill;
    stopOtpAutofill: typeof stopOtpAutofill;
    listenOtpAutofill: typeof listenOtpAutofill;
    RnSmsOtpAutofill: import("./NativeRnSmsOtpAutofill").Spec;
};
export default _default;
//# sourceMappingURL=index.d.ts.map