/** * Shared constants for CLI operations */ export declare const MULTI_EXPORT_PACKAGES: readonly ["accordion", "avatar", "calendar-picker", "card", "carousel", "charts", "chrome", "filter-toolbar", "combobox", "command", "dialog", "editor", "grid", "hover-card", "kanban", "link", "list", "popover", "radio-group", "rating", "scroll-area", "select", "tabs", "toast", "tooltip"]; export type MultiExportPackage = (typeof MULTI_EXPORT_PACKAGES)[number]; export declare const NON_LLM_COMPONENTS: string[]; /** * Packages where subcomponents are independent and can be used standalone * These will show ALL subcomponents individually in the components list * * All other multi-export packages have dependent subcomponents that only work together, * so they will show only the parent in the list (but full details in info) */ export declare const INDEPENDENT_SUBCOMPONENTS_PACKAGES: string[]; //# sourceMappingURL=constants.d.ts.map