import type { LoadingBarTheme } from './light';
declare const loadingBarDark: LoadingBarTheme;
export default loadingBarDark;
