···11+// NOTE: This file is generated by uniwind and it should not be edited manually.
22+/// <reference types="uniwind/types" />
33+44+declare module 'uniwind' {
55+ export interface UniwindConfig {
66+ themes: readonly ['light', 'dark']
77+ }
88+}
99+1010+export {}