import { ScalarType } from '../type';
export declare const foregroundColor: (color?: string, hoverColor?: string | undefined, transitionTime?: ScalarType) => string;
