import CustomProgress from "./CustomProgress";

export default function (
    config?: CustomProgress.IConfig
): CustomProgress;