import { type ThemeName } from '../themes'; export declare function select(name: ThemeName, options: (Record & { default?: undefined; }) | (Partial> & { default: T; })): T; //# sourceMappingURL=select.d.ts.map