import type { ReactNode } from "react"; import { EdtTheme } from "./make-style-edt"; declare const theme: EdtTheme; declare const ThemeProvider: (props: { children: ReactNode; }) => JSX.Element; export { ThemeProvider, theme };