import { type ViewStyle } from 'react-native'; type FfWebviewProps = { color: string; style: ViewStyle; }; export declare const FfWebviewView: import("react-native").HostComponent | (() => never); export {}; //# sourceMappingURL=index.d.ts.map