/** * 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 */ import { MediaBreakName } from 'ng-stalk/core/types'; export declare class MagConstants { static modalWidthXs(): string; static modalWidthSm(): string; static modalWidthMd(): string; static modalWidthLg(): string; static modalWidthFullScreen(): string; static modalWidthSmart(mediaBeakPointName: MediaBreakName, maxMediaBreakPointName?: MediaBreakName): string; static modalWidthSmartForBig(mediaBeakPointName: MediaBreakName, maxMediaBreakPointName?: MediaBreakName): string; }