import React from "react"; declare const ThemeConfig: ({ children }: React.PropsWithChildren) => JSX.Element; export default ThemeConfig;