export declare const lightTheme: {
    background: string;
    color: string;
    borderColor: string;
    silderHelpTitleColor: string;
    silderHelpTextColor: string;
    statusColor: string;
    toolbarHoverBg: string;
    scrollbarThumbBgColor: string;
    scrollbarTrackBgColor: string;
};
export declare const darkTheme: {
    background: string;
    color: string;
    borderColor: string;
    silderHelpTitleColor: string;
    silderHelpTextColor: string;
    statusColor: string;
    toolbarHoverBg: string;
    scrollbarThumbBgColor: string;
    scrollbarTrackBgColor: string;
};
