import type { Brand } from "@devoinc/genesys-tokens-types";

export declare const light: Brand;
export declare const dark: Brand;

export type { Brand };
