import type { State, StateHandler, VideoAttributes } from '../../types';
declare const addVideo: (state: State, stateHandler: StateHandler, attributes?: VideoAttributes) => string;
export default addVideo;
