import Types from '../types';
export declare function getWebUiOptions(): Partial<{
    logoUrl: string;
    logoBackgroundColor: string;
    appBackroundColor: string;
    primaryColor: string;
    primaryButtonTextColor: string;
}>;
export declare function setWebUiOptions(newWebUiOptions: Types.WebUiOptions): void;
