export declare const useTheme: () => { fontSize: number; fontFamily: string; primaryColor: string; collapseButtonShape?: "circle" | "rect" | undefined; };