export declare const getTheme: () => string;
export declare const changeTheme: (newTheme: string) => string;
