import React from 'react';
import type { AuthContextType } from './AuthContext';
interface AuthConsumerProps {
    children: (auth: AuthContextType) => React.ReactNode;
}
export declare function AuthConsumer({ children }: AuthConsumerProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AuthConsumer.d.ts.map