import { WECUIComponent } from './component'

export declare class WECPopup extends WECUIComponent {
  modal?: boolean
  value?: string
}