import * as React from 'react'; import WingBlankProps from './WingBlankPropsType'; export default class WingBlank extends React.Component { static defaultProps: { prefixCls: string; size: string; }; render(): JSX.Element; }