declare const TEXT: {
color: string;
};
declare const COLORS: {
BLACK_PRIMARY: string;
BLACK_SECONDARY: string;
BLUE_PRIMARY: string;
GRAY_PRIMARY: string;
GRAY_SECONDARY: string;
GRAY_TERTIARY: string;
RED_PRIMARY: string;
};
export { TEXT, COLORS };