import { ILeaferImage, ILeaferImageConfig } from './ILeaferImage' export interface ILeaferVideoConfig extends ILeaferImageConfig { } export interface ILeaferVideo extends ILeaferImage { }