import { FC, ReactNode } from "react"; export declare const LoadingBarProvider: FC<{ children: ReactNode; }>;