import { WECUIComponent } from './component' export declare class WECSwitch extends WECUIComponent { disabled?: boolean value?: boolean }