import type { Theme } from '@glitz/core'; import { PropsWithChildren } from 'react'; declare type PropType = { theme: Theme; }; export declare function ThemeProvider(props: PropsWithChildren): import("react").FunctionComponentElement>; export {};