import { LoadingBarProps } from "./types.js"; //#region src/loading-bar/index.d.ts declare const _default: { start: () => void; succeed: () => void; fail: () => void; }; //#endregion export { _default }; //# sourceMappingURL=index.d.ts.map