import { Colors } from './colors.type'; export * from './colors.type'; declare const baseColors: Colors; export default baseColors;