import { LitElement, TemplateResult } from 'lit'; export declare class DatetimeBox extends LitElement { static styles: import("lit").CSSResult; /** * Whats the start time of this date */ date: string | number | undefined; /** * Whats the end time of this date * @optional */ endDate: string | number | undefined; render(): TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'jio-datetime-box': DatetimeBox; } } //# sourceMappingURL=jio-datetime-box.d.ts.map