import { FC, PropsWithChildren } from "react"; declare const AuthorizationProvider: FC; export default AuthorizationProvider;