/// import { CompiledTheme } from 'gloss'; export declare type ProvideUIProps = { activeTheme?: string; themes?: { [key: string]: CompiledTheme; }; children?: any; }; export declare const ProvideUI: (props: ProvideUIProps) => JSX.Element; //# sourceMappingURL=ProvideUI.d.ts.map