import { GemElement } from '@mantou/gem/lib/element'; import type { StringList } from '../lib/types'; import type { ContextMenuItem } from './contextmenu'; import type { RouteItem } from './route'; import './use'; export declare class DuoyunButtonElement extends GemElement { #private; static unnamed: string; static button: string; static dropdown: string; type: 'solid' | 'reverse'; color: StringList<'normal' | 'danger' | 'cancel'>; small: boolean; round: boolean; square: boolean; disabled: boolean; borderless: boolean; dropdown?: ContextMenuItem[] | null; route?: RouteItem; params?: Record; query?: Record; icon?: string | Element | DocumentFragment; active: boolean; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=button.d.ts.map