export declare const theme: { fontSize: string; fontFamily: string; primaryColor: string; secondaryColor: string; focusColor: string; borderColor: string; backgroundColor: string; darkBackgroundColor: string; windowGap: string; panelContentGap: string; }; export declare type Theme = Partial; //# sourceMappingURL=theme.d.ts.map