/** * Select Field Styles — shared chrome for ty-select (both single and * multiple modes). Formerly split across ty-dropdown / ty-multiselect; * those were consolidated into ty-select and this file kept the name. */ /** Rules for one custom (non-built-in) flavor — see utils/flavor-sheet.ts. */ export declare const selectCustomFlavorCss: (base: string) => string; export declare const selectBaseStyles: string; //# sourceMappingURL=select-base.d.ts.map