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