import { Tile } from "../../"; import { ISdk } from "../../types"; type OnLoad = (event: Event) => void; export declare function handlePauseAutoplay(swiperId: string): void; export declare function handlePlayAutoplay(swiperId: string): void; export declare function UgcVideoTemplate({ tile, onLoad, swiperId, controls, autoPlay, muted }: { tile: Tile; onLoad: OnLoad; swiperId: string; controls?: boolean; autoPlay?: boolean; muted?: boolean; }): HTMLElement; export declare function TikTokTemplate({ tile, onLoad, autoPlay, muted }: { tile: Tile; onLoad: OnLoad; autoPlay?: boolean; muted?: boolean; }): HTMLElement; export declare function VideoErrorFallbackTemplate({ tile, defaultHidden, sdk }: { tile: Tile; parent?: string; defaultHidden?: boolean; sdk: ISdk; }): HTMLElement; export declare function SourceVideoContent({ tile, onLoad, swiperId, controls, autoPlay, muted }: { tile: Tile; onLoad: OnLoad; swiperId: string; controls?: boolean; autoPlay?: boolean; muted?: boolean; }): HTMLElement; export declare function VideoContainer({ tile, shopspotEnabled, sdk, controls }: { tile: Tile; shopspotEnabled: boolean; sdk: ISdk; controls?: boolean; }): HTMLElement; export {}; //# sourceMappingURL=video.templates.d.ts.map