export declare const tabsTheme: { baseStyle: { tab: { _focus: { boxShadow: string; }; _disabled: { color: string; borderColor: string; bg: string; '.num': { color: string; }; _hover: { color: string; bg: string; '.num': { color: string; }; }; }; }; }; variants: { line: ({ theme }: any) => { tab: { color: string; borderBottom: string; '.num': { bg: string; color: string; }; _active: { bg: string; }; _selected: { color: string; '.num': { bg: string; color: string; }; }; _hover: { color: string; }; }; indicator: { mt: string; height: string; bg: string; borderRadius: string; }; }; enclosed: ({ theme }: any) => { tab: { borderColor: string; color: string; '.num': { bg: string; color: string; }; _hover: { bg: string; }; _selected: { color: string; '.num': { bg: string; color: string; }; _hover: { bg: string; }; }; }; }; 'soft-rounded': { tab: { color: string; '.num': { bg: string; color: string; }; _selected: { bg: string; color: string; '.num': { bg: string; color: string; }; _hover: { bg: string; }; }; _hover: { bg: string; }; }; }; }; sizes: { sm: { tab: { fontSize: string; py: string; px: string; }; tabpanel: { px: string; py: string; }; }; md: { tab: { fontSize: string; px: string; py: string; }; tabpanel: { px: string; py: string; }; }; lg: { tab: { fontSize: string; px: string; py: string; }; tabpanel: { px: string; py: string; }; }; }; defaultProps: { size: string; variant: string; }; };