/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ export declare type MagColorPair = 'none' | 'default' | 'green/red' | 'blue/red' | 'success/fail' | 'valid/invalid' | 'positive/negative' | 'on/off' | 'alert/default' | 'primary/default'; export declare type MagBooleanTextPair = 'y/n' | 'Y/N' | 'T/F' | 't/f' | 'true/false' | 'TRUE/FALSE' | 'ON/OFF' | 'On/Off'; export declare type MagTranslateTextPair = 'enabled/disabled' | 'activated/deactivated'; export declare type MagBooleanStatusPreset = 'on/off' | 'ON/OFF' | 'Y/N' | 'enabled/disabled' | 'public/private' | 'exposed/nonExposed';