import * as React from 'react';
type Props = {
    value: ReactNavigation.Theme | undefined;
    children: React.ReactNode;
};
export declare function ThemeProvider({ value, children }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ThemeProvider.d.ts.map