/**
 * Flowtype definitions for theme
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 */

export type BanxaTheme = "dark" | "light";
declare export function banxaIsTheme(value: any): boolean;
