import type { DescriptionProps } from '../../model/HeadlineType'; interface ProgressBarProps extends DescriptionProps { step?: number; showPercentage?: boolean; isOnlyInteger?: boolean; } export declare const ProgressBar: import("@redneckz/uni-jsx").UNIComponent; export {};