import { Variant } from "../@types/Colors"; export declare const getTextColor: (variant: Variant) => Variant | "base";