/** Default border characters. */ export declare const border: { top: string; topMid: string; topLeft: string; topRight: string; bottom: string; bottomMid: string; bottomLeft: string; bottomRight: string; left: string; leftMid: string; mid: string; midMid: string; right: string; rightMid: string; middle: string; }; /** Default border characters. */ export type Border = typeof border; /** @deprecated Use `Border` instead. */ export type IBorder = Border; //# sourceMappingURL=border.d.ts.map