import type { VideoWidget } from "../../data-schema"; export declare function generateVideoWidget(videoWidgetProperties?: Partial>): VideoWidget;