interface StyledTabProps {
color: "backgroundAlt" | "textSubtle";
bgColor: "textSubtle" | "input";
}
declare const StyledTab: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, StyledTabProps, never>;
export default StyledTab;