import type { Emitter } from '@mantou/gem/lib/decorators'; import { GemElement } from '@mantou/gem/lib/element'; export declare class DuoyunSwitchElement extends GemElement { #private; static unnamed: string; disabled: boolean; checked: boolean; value: string; neutral: 'positive' | 'negative' | 'neutral' | 'informative'; change: Emitter; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=switch.d.ts.map