export declare const switchTheme: { baseStyle: (props: any) => { track: { bg: string; _hover: { bg: string; }; _focus: { boxShadow: string; }; _checked: { bg: string; _hover: { bg: string; }; }; _disabled: { bg: string; _hover: { bg: string; }; _checked: { _hover: { bg: string; }; }; }; }; thumb: { bg: string; }; }; defaultProps: { size: string; colorScheme: string; }; };