import React from 'react';
import { type ThemeContextType } from './ThemeContext';
interface ThemeConsumerProps {
    children: (context: ThemeContextType) => React.ReactNode;
}
export declare function ThemeConsumer({ children }: ThemeConsumerProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ThemeConsumer.d.ts.map