import { MiuraElement } from '@miurajs/miura-element'; /** * Command Palette — keyboard-accessible search and action overlay */ export declare class MuiCommandPalette extends MiuraElement { open: boolean; placeholder: string; private _handleKeyDown; updated(changedProperties: Map): void; disconnectedCallback(): void; static styles: any; template(): import("@miurajs/miura-render").TemplateResult; } /** * Command Item — individual action in the palette */ export declare class MuiCommandItem extends MiuraElement { icon: string; shortcut: string; static styles: any; template(): import("@miurajs/miura-render").TemplateResult; } /** * Command Group — group of items */ export declare class MuiCommandGroup extends MiuraElement { label: string; static styles: any; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=command.d.ts.map