import { SeedMap, ColorToken } from '../../interface';

export default function derivative(token: SeedMap): ColorToken;
