import { CssAspectRatio } from '@breadstone/mosaik-themes'; import { VideoFit } from '../../../Types/VideoFit'; import { VideoLegendPosition } from '../../../Types/VideoLegendPosition'; import { CustomElement } from '../../Abstracts/CustomElement'; import { IVideoElementProps } from './IVideoElementProps'; declare const VideoElement_base: (abstract new (...args: Array) => import("../../../Behaviors/Themeable").IThemeableProps) & (abstract new (...args: Array) => import("../../../Behaviors/Disableable").IDisableableProps) & (abstract new (...args: Array) => import("../../../Behaviors/Dimensionable").IDimensionableProps) & typeof CustomElement & import("../../../Behaviors/Themeable").IThemeableCtor; /** * Video - An enhanced video player element with controls, legend, and fit options. * * @description * The Video component wraps a native `