export declare class DxpProgressMade { /** * Sets the width of the progress-bar component when the view this component is defined in is loaded * Note: This value is clamped between 0-100 */ value: number; connectedCallback(): void; }