declare const _default: { baseStyle: (props: Record) => { _text: { ml: number; }; _interactionBox: { position: string; borderRadius: string; _hover: { bg: string; }; _focus: { bg: string; }; _disabled: { bg: string; }; _pressed: { bg: string; }; }; _checkbox: { borderWidth: number; borderRadius: string; borderColor: any; bg: any; _checked: { borderColor: any; bg: any; }; _disabled: { opacity: number; }; _invalid: { borderColor: any; }; }; _icon: { color: any; }; }; sizes: { lg: { _icon: { size: number; }; _text: { fontSize: string; }; }; md: { _icon: { size: number; }; _text: { fontSize: string; }; }; sm: { _icon: { size: number; }; _text: { fontSize: string; }; }; }; defaultProps: { defaultIsChecked: boolean; size: string; colorScheme: string; }; }; export default _default;