import { ViewStyle } from 'react-native'; declare type IglooRnWidgetProps = { color: string; style: ViewStyle; }; export declare const IglooRnWidgetView: import("react-native").HostComponent | (() => never); export {};