import { UIElement } from "../ui-element.js"; //#region src/ui/volume-indicator/fill.d.ts declare class VolumeIndicatorFillElement extends UIElement { static readonly tagName = "media-volume-indicator-fill"; } //#endregion export { VolumeIndicatorFillElement }; //# sourceMappingURL=fill.d.ts.map