import { type CSSProperties } from "react"; import type { OmniViewProps } from "./types/view"; export declare const OmniView: ({ style, autoplay, subtitleAssets, }: OmniViewProps & { style: CSSProperties; }) => import("react").JSX.Element; //# sourceMappingURL=view.web.d.ts.map