export interface ITrustlyWebViewProps {
    uri: string;
    onSuccess?: () => void;
    onError?: () => void;
}
export declare const TrustlyWebView: ({ uri, onSuccess, onError, }: ITrustlyWebViewProps) => import("react/jsx-runtime").JSX.Element;
export default TrustlyWebView;
//# sourceMappingURL=TrustlyWebView.d.ts.map