/** * @part label - Represents the label element * @part bar - Represents the container for the progress bar * @part inner - Represents the inner element that changes width depending on the progress value */ export declare class DxpProgressBar { el: HTMLDxpProgressBarElement; /** * Set the amount of vertical slashes to display */ slashCount: string; /** * Changes the color of the vertical slashes */ slashColor: string; render(): any; }