export declare function grid(width: number, height: number, color: string, mode?: "full"): string;