import { ViewProps } from "react-native";
import * as React from "react";
import { SmartSelfieParams } from "../types/SmileIDExpo.types";
interface SmileIDSmartSelfieAuthenticationEnhancedViewProps extends ViewProps {
    params: SmartSelfieParams;
    onResult?: (result: any) => void;
    onError?: (error: any) => void;
}
export default function SmileIDSmartSelfieAuthenticationEnhancedView(props: SmileIDSmartSelfieAuthenticationEnhancedViewProps): React.JSX.Element;
export {};
//# sourceMappingURL=SmileIDSmartSelfieAuthenticationEnhancedView.d.ts.map