/** * Shared visual slots for the Command compound component. * * The `overlay` token re-exports the shared backdrop class so consumers have a * stable extension point (consistent with `DIALOG_STYLES`). */ export declare const COMMAND_STYLES: { /** Backdrop scrim — re-exports the shared overlay class. */ overlay: string; /** The floating command panel. */ content: string; /** Per-size `max-width` overrides for `Command.Content`. */ contentSize: { sm: string; md: string; lg: string; }; };