export interface WingBlankProps { size?: 'sm' | 'md' | 'lg'; style?: any; } export default WingBlankProps;