import { UIElement } from "../ui-element.js"; //#region src/ui/time/group.d.ts /** Container for composed `` and `` displays. */ declare class TimeGroupElement extends UIElement { static readonly tagName = "media-time-group"; } //#endregion export { TimeGroupElement }; //# sourceMappingURL=group.d.ts.map