declare const colorswap: (colors: string[], palette: string[]) => string[];
export default colorswap;
