import { CommandContext, Commander } from '../commander'; export declare class TdBorderColorCommander implements Commander { recordHistory: boolean; command(c: CommandContext, color: string): void; }