import * as constants from './constants'; import * as t from './types'; export { constants, t }; export * from './libs'; export const COLORS = constants.COLORS;