import type { Type } from "./types";
export declare const TYPE_OPTIONS: Record<string, Type>;
export declare const TOKENS: {
    background: string;
    color: string;
    border: string;
};
