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; static ɵcmp: i0.ɵɵComponentDeclaration; }