export interface ProviderVariables {
    background: string;
    color: string;
    scrollbarHeight: string;
    scrollbarWidth: string;
    scrollbarThumbBackgroundColor: string;
    scrollbarThumbBorderRadius: string;
    scrollbarThumbBorderSize: string;
    scrollbarThumbHoverBackgroundColor: string;
    scrollbarThumbHoverBorderSize: string;
}
export declare const providerVariables: (siteVariables: any) => Partial<ProviderVariables>;
