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