import { ScalarType } from '../type';
export declare const underline: (mode?: string, transitionTime?: ScalarType, thickness?: string, color?: string) => string;
