import * as i0 from "@angular/core";
export type WingBlankSizeType = 'sm' | 'md' | 'lg';
export declare class WingBlankComponent {
    prefixCls: string;
    size: WingBlankSizeType;
    amWingBlank: boolean;
    get amWingBlnkSm(): boolean;
    get amWingBlnkMd(): boolean;
    get amWingBlnkLg(): boolean;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<WingBlankComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WingBlankComponent, "WingBlank, nzm-wingblank", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
}
