import type { Theme } from './types';
export declare const THEME_MAP: Record<string, Theme>;
export declare const BASE_STYLE_MAP: {
    borderRadiusSize: string;
    paddingBlock: string;
    paddingInline: string;
    lineWidth: string;
    fontSize: string;
};
