/** * Shared visual slots for the Autocomplete compound component. * * Per-subcomponent styles (input, trigger, content, item) live in their own * folders to match the library's organization. This file only keeps the * placeholder color utility. */ export declare const AUTOCOMPLETE_STYLES: { /** Placeholder text — muted like an input placeholder. */ placeholder: string; };