export interface WingBlankProps {
    size?: 'sm' | 'md' | 'lg';
    style?: any;
    /** web only */
    prefixCls?: string;
    /** web only */
    className?: string;
}
export default WingBlankProps;
