export declare type CheckboxVariables = {
    rootPadding: string;
    textColor: string;
    indicatorColor: string;
    textColorHover: string;
    borderColorHover: string;
    background: string;
    borderColor: string;
    borderStyle: string;
    borderRadius: string;
    borderWidth: string;
    checkboxColor: string;
    gap: string;
    margin: string;
    padding: string;
    toggleBackground: string;
    toggleBorderColor: string;
    toggleBorderStyle: string;
    toggleBorderRadius: string;
    toggleBorderWidth: string;
    toggleIndicatorColor: string;
    toggleMargin: string;
    togglePadding: string;
    checkedBackground: string;
    checkedBorderColor: string;
    checkboxCheckedColor: string;
    checkedBackgroundHover: string;
    checkedTextColor: string;
    checkedIndicatorColor: string;
    checkboxToggleCheckedColor: string;
    checkboxToggleCheckedBackground: string;
    checkboxToggleCheckedBorderColor: string;
    toggleCheckedPadding: string;
    toggleIndicatorSize: string;
    toggleWidth: string;
    toggleHeight: string;
    disabledColor: string;
    disabledBackground: string;
    disabledBorderColor: string;
    disabledCheckboxColor: string;
    disabledToggleIndicatorColor: string;
    disabledToggleBackground: string;
    disabledToggleBorderColor: string;
    disabledBackgroundChecked: string;
    disabledCheckedIndicatorColor: string;
};
export declare const checkboxVariables: (siteVars: any) => CheckboxVariables;
