import { ProgressSmootherConfig } from "./model/ProgressSmootherConfig"; import { ProgressSmootherType } from "./model/ProgressSmootherType"; export declare function ProgressSmoother(config: ProgressSmootherConfig): ProgressSmootherType;