import { GlobalTheme } from '../types/global';
export declare const installTheme: (globalTheme: GlobalTheme) => void;
