/** * @summary A progress bar built on the native `` element. * * @nativeElement progress * @selector .l-progress * * @attribute value - Current progress between `0` and `1` (omit for indeterminate). * @attribute data-orientation - vertical — Vertical orientation. * * @cssClass .l-progress - Base progress bar style. * * @cssproperty [--size=4px] - Bar thickness. * @cssproperty --track-color - Track background color. * @cssproperty --indicator-color - Fill/indicator color. * @cssproperty --indeterminate-animation - Animation name for the indeterminate state. * * @example Determinate * */ export declare class ProgressMeta { } //# sourceMappingURL=progress.meta.d.ts.map