import { ExtractThemeVars, ThemeConfig } from '../common'; declare const vars: { checkboxBorderColorHover: string; checkboxBoxShadow: string; checkboxSize: string; checkboxFontSize: string; checkboxLabelPadding: string; checkboxLabelFontSize: string; checkboxBorder: string; checkboxBorderRadius: string; checkboxIconBgColor: string; checkboxIconColor: string; checkboxIconTransitionTime: string; transparent: string; checkboxShadowTransitionTime: string; cubicBezierEaseInOut: string; }; export declare const checkboxLight: ThemeConfig; export type CheckboxThemeVars = ExtractThemeVars; export {};