import Handlebars from "handlebars"; import { Tile } from "../../types"; export declare function createVideoTag(tile: Tile, widgetId: string): string; export declare function loadPlayVideoHelper(hbs: typeof Handlebars, widgetId: string): void; //# sourceMappingURL=play-video.helper.d.ts.map