import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Duration implements ComponentInterface { time: number; isMobilePlayer: boolean; private containerClass; componentWillLoad(): void; render(): any; }