export declare const checkboxTokens: {
    calciteCheckboxSize: string;
    calciteCheckboxBorderColor: string;
    calciteCheckboxBorderColorHover: string;
    calciteCheckboxBorderColorPress: string;
    calciteCheckboxIconColor: string;
};
export declare const checkbox: string;
