import React from 'react'; import './auth.css'; export declare const AuthThemeContext: React.Context<"light" | "dark">; export declare const useAuthTheme: () => "light" | "dark"; interface AuthPageProps { children: React.ReactNode; minioBaseUrl?: string; } export declare function AuthPage({ children, minioBaseUrl, }: AuthPageProps): React.JSX.Element; export {}; //# sourceMappingURL=AuthPage.d.ts.map