/** * Selector Template * * Generates {Module}Selector.tsx searchable combobox component. * * UI mirrors the framework's UserSelector (packages/.../features/user/components/forms/UserSelector.tsx): * an input-styled trigger, a CircleX clear affordance, an `--anchor-width` popover, and a custom * search Input with a SearchIcon + spinner/clear — minus the user-specific avatar. */ import { FrontendTemplateData } from "../../types/template-data.interface"; /** * Generate the selector component file content * * @param data - Frontend template data * @returns Generated file content */ export declare function generateSelectorTemplate(data: FrontendTemplateData): string; //# sourceMappingURL=selector.template.d.ts.map