export declare const darkTheme: { colors: { secondaryCard: string; secondaryText: string; primary: string; background: string; card: string; text: string; border: string; notification: string; }; dark: boolean; fonts: { regular: { fontFamily: string; fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; }; medium: { fontFamily: string; fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; }; bold: { fontFamily: string; fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; }; heavy: { fontFamily: string; fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"; }; }; }; //# sourceMappingURL=dark.d.ts.map