/** * Frontile Absolute Color Palette * * Absolute OKLCH colors that remain constant across light/dark themes. */ declare const black = "#000000"; declare const white = "#ffffff"; export { black, white };