import type { Emitter } from '@mantou/gem/lib/decorators'; import { GemElement } from '@mantou/gem/lib/element'; import type { Option } from './radio'; import './use'; export interface SegmentedOption extends Option { icon?: string | Element | DocumentFragment; } export declare class DuoyunSegmentedElement extends GemElement { #private; static segment: string; static icon: string; static marker: string; static current: string; disabled: boolean; small: boolean; animating: boolean; options?: SegmentedOption[]; value?: any; change: Emitter; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=segmented.d.ts.map