import type { VimeoPlayerProps } from './types';
declare function VimeoPlayer(props: VimeoPlayerProps): JSX.Element;
export default VimeoPlayer;
