import { EmbedElement, EmbedStrategy } from '../common'; export declare type VimeoEmbedElementData = { videoId: string; }; export declare type VimeoEmbedElement = EmbedElement & VimeoEmbedElementData; export declare type VimeoEmbedStrategy = EmbedStrategy; export declare const VimeoEmbedStrategy: VimeoEmbedStrategy;