export interface HeroVideoPosterProps { otherSource: string; thumbnailImage?: string; } export declare const HeroVideoPoster: ({ otherSource, thumbnailImage, }: HeroVideoPosterProps) => import("react").JSX.Element;