import type { Control } from '../control'; import { BaseControl } from './base'; export declare class CurrentTimeControl extends BaseControl { id: string; placement: Control['placement']; protected build(): HTMLElement; } export default function createCurrentTimeControl(placement?: Control['placement']): Control; //# sourceMappingURL=currentTime.d.ts.map