export interface TreeTitleVariables {
    color: string;
    indicatorColor: string;
    paddingRight: string;
    paddingLeft: string;
    padding: string;
    selectionIndicatorMargin: string;
    borderColor: string;
    borderStyle: string;
    borderRadius: string;
    borderWidth: string;
    background: string;
    hoverBackground: string;
    checkedBackground: string;
    checkedBorderColor: string;
    checkedIndicatorColor: string;
    disabledBackground: string;
    disabledBackgroundChecked: string;
    disabledBorderColor: string;
    disabledCheckedIndicatorColor: string;
}
export declare const treeTitleVariables: (siteVars: any) => TreeTitleVariables;
