export declare class DdaProgressBar { progress: number; tooltip: boolean; tooltip_position: 'top' | 'bottom'; show_percentage_text: boolean; custom_class: string; component_mode?: string; render(): any; }