// NOTE: This file is generated by uniwind and it should not be edited manually. /// declare module "uniwind" { export interface UniwindConfig { themes: readonly ["light", "dark"]; } } export {};