import type { ViewStyle } from "react-native"; import type { OmniViewProps } from "./types/view"; export declare const OmniView: import("react").MemoExoticComponent<({ subtitleAssets: _subtitleAssets, ...props }: OmniViewProps & { style: ViewStyle; }) => import("react").JSX.Element>; //# sourceMappingURL=view.d.ts.map