import type { SelectStyles } from '../types'; export type Themes = 'light' | 'dark' | 'none'; export declare const themes: Record; //# sourceMappingURL=index.d.ts.map