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