export declare const RadiobuttonTheme: { root: { width: string; height: string; background: string; checkedBackground: string; checkedHoverBackground: string; disabledBackground: string; filledBackground: string; borderColor: string; hoverBorderColor: string; focusBorderColor: string; checkedBorderColor: string; checkedHoverBorderColor: string; checkedFocusBorderColor: string; checkedDisabledBorderColor: string; invalidBorderColor: string; shadow: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; transitionDuration: string; sm: { width: string; height: string; }; lg: { width: string; height: string; }; }; icon: { size: string; checkedColor: string; checkedHoverColor: string; disabledColor: string; sm: { size: string; }; lg: { size: string; }; }; };