import WebView from 'react-native-webview'; import { RequestRefreshEvent } from '../../messages/webMessages/unitComponentsMessages'; import { UNWhiteLabelAppComponentProps } from './UNWhiteLabelAppComponent'; import { UNCard } from '../../types/shared'; export declare const getWhiteLabelAppParams: (props: UNWhiteLabelAppComponentProps) => string; export declare const injectRefreshEventIfNeeded: (currentWeb: WebView | null, requestRefreshEvent: RequestRefreshEvent | null) => void; export declare const injectAccountCreationActionsOpenPlaidForLinkExternalAccount: (currentWeb: WebView | null) => void; export declare const injectCardCreated: (currentWeb: WebView | null, card: UNCard) => void; export declare const getWhiteLabelAppScript: () => string; //# sourceMappingURL=UNWhiteLabelAppComponent.utils.d.ts.map