import { Color } from "../../themes/types"; import { TextComponent } from "./types"; declare const changeColor: (theme: Color, type?: TextComponent.Type, color?: string) => string; export { changeColor };