/** * Frontile Semantic Colors * * Semantic color mappings for light and dark themes. */ import type { ThemeColors } from './types'; declare const _default: { light: ThemeColors; dark: ThemeColors; }; export default _default;