import type { State } from '../types'; export declare const color: (state: State, color: string) => State;