import * as React from "react"; import { OEmbedProps } from "../../../../components/OEmbed"; declare const VimeoEmbed: (props: OEmbedProps) => React.JSX.Element; export default VimeoEmbed;