import { default as React } from 'react'; export interface TransparentVideoPosterProps { posterFilterId: string; posterUrl: string; containerId: string; ariaLabel?: string; filterEffectSvgString?: string; } export declare const TransparentVideoPoster: React.MemoExoticComponent<(props: TransparentVideoPosterProps) => React.JSX.Element>;