import React from 'react';
import { AuthContextType, AuthProviderProps } from '../types';
import '@mantine/core/styles.css';
export declare const AuthContext: React.Context<AuthContextType | null>;
export declare const AuthProvider: React.FC<AuthProviderProps>;
//# sourceMappingURL=AuthProvider.d.ts.map