/** Root command surface (also used standalone, outside the dialog). */ export declare const commandVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** Search row wrapper — leading icon + borderless input. */ export declare const commandInputWrapperVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const commandInputVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const commandListVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const commandEmptyVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const commandGroupVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const commandSeparatorVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** * Actionable row. cmdk marks the keyboard-highlighted row with * data-selected — a transient highlight, so it uses the `muted` surface * (persistent on/active states are the only `selected`-token consumers). */ export declare const commandItemVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** Right-aligned shortcut hint inside an item. */ export declare const commandShortcutVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; //# sourceMappingURL=variants.d.ts.map