export type BanxaTheme = 'dark' | 'light'; export declare function banxaIsTheme(value: any): value is BanxaTheme; //# sourceMappingURL=theme.d.ts.map