import { BadgeProps } from '../Badge'; import theme from '../../theme'; export declare const getTextColor: (impact: BadgeProps["impact"]) => "white" | typeof theme.textColor; export declare const BadgeText: import("styled-components").StyledComponent<"span", any, { impact: BadgeProps["impact"]; size: BadgeProps["size"]; }, never>;