import type { VimeoViewProps } from './types'; declare function VimeoView({ player, height, width, style, webViewProps, webViewStyle }: VimeoViewProps): import("react/jsx-runtime").JSX.Element; export default VimeoView; //# sourceMappingURL=VimeoView.d.ts.map