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