import { BaseThemeConfig } from "../types"; export declare const getThemeWithDefaultValue: (theme?: ThemeConfig) => { fontSize: number; fontFamily: string; primaryColor: string; collapseButtonShape?: "circle" | "rect" | undefined; };