import { KebabColors } from '.'; import { CamelColors } from '../../theme/global/colors'; declare const COLORS_MAP: Record; declare const FONT_WEIGHTS_MAP: { readonly light: "light"; readonly regular: "regular"; readonly bold: "bold"; readonly 'semi-bold': "semiBold"; }; export { COLORS_MAP, FONT_WEIGHTS_MAP };