import React from "react"; declare type Props = { children: React.ReactNode; }; export declare function ThemeProvider({ children }: Props): JSX.Element; export {};