export declare const tabs: { '&.is-horizontal': { gap: string; }; }; export declare const menuTab: { ml: string; }; export declare const tab: { borderRadius: string; pt: string; '& > span': { px: string; fontSize: string; }; '&.is-focused': { boxShadow: string; outline: string; outlineColor: string; outlineOffset: string; '& > span': { outline: string; }; }; '& > div': { borderBottom: string; borderBottomColor: string; ml: string; }; };