import type { Theme } from '../../_mixins'; import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { radioSizeSmall: string; radioSizeMedium: string; radioSizeLarge: string; buttonHeightSmall: string; buttonHeightMedium: string; buttonHeightLarge: string; labelPadding: string; labelFontWeight: string; labelFontSizeSmall: string; labelFontSizeMedium: string; labelFontSizeLarge: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeightSmall: string; lineHeightMedium: string; lineHeightLarge: string; fontWeight: string; boxShadow: string; boxShadowActive: string; boxShadowFocus: string; boxShadowHover: string; boxShadowPressed: string; boxShadowDisabled: string; boxShadowChecked: string; boxShadowActiveChecked: string; boxShadowFocusChecked: string; boxShadowHoverChecked: string; boxShadowPressedChecked: string; boxShadowDisabledChecked: string; color: string; colorDisabled: string; colorActive: string; textColor: string; textColorDisabled: string; dotColorActive: string; dotColorDisabled: string; buttonBorderColor: string; buttonBorderColorActive: string; buttonBorderColorHover: string; buttonColor: string; buttonColorActive: string; buttonTextColor: string; buttonTextColorActive: string; buttonTextColorHover: string; opacityDisabled: string; buttonBoxShadowFocus: string; buttonBoxShadowHover: string; buttonBoxShadow: string; buttonBorderRadius: string; }; export type RadioThemeVars = ReturnType; declare const radioLight: Theme<'Radio', RadioThemeVars>; export default radioLight; export type RadioTheme = typeof radioLight;