export declare const checkboxDark: { name: string; vars: () => { checkboxBorderColorHover: string; checkboxBoxShadow: string; checkboxSize: string; checkboxFontSize: string; checkboxLabelPadding: string; checkboxLabelFontSize: string; checkboxBorder: string; checkboxBorderRadius: string; checkboxIconBgColor: string; checkboxIconColor: string; transparent: string; checkboxShadowTransitionTime: string; cubicBezierEaseInOut: string; }; };