import type { ThemeDefinition } from "../themes/_generator/tokens/types"; export declare const getTheme: (theme?: ThemeDefinition) => Record<"borderColor" | "backgroundColor" | "boxShadow" | "borderRadius" | "spacing" | "textColor" | "colors" | "screens", Record>;