export declare const logoPath: string; export declare const colors: { iris: string; lilac: string; eggplant: string; white: string; lime: string; olive: string; background: string; muted: string; border: string; success: string; error: string; warning: string; }; export declare const styles: { page: { fontFamily: string; fontSize: number; color: string; backgroundColor: string; padding: number; }; pageHeader: { flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; marginBottom: number; paddingBottom: number; borderBottomWidth: number; borderBottomColor: string; }; pageTitle: { fontSize: number; fontWeight: number; color: string; }; pageNumber: { fontSize: number; color: string; }; sectionTitle: { fontSize: number; fontWeight: number; color: string; marginBottom: number; }; bodyText: { fontSize: number; fontWeight: number; color: string; lineHeight: number; marginBottom: number; }; caption: { fontSize: number; fontWeight: number; color: string; }; card: { backgroundColor: string; borderRadius: number; padding: number; marginBottom: number; }; metricValue: { fontSize: number; fontWeight: number; color: string; }; metricLabel: { fontSize: number; fontWeight: number; color: string; marginTop: number; }; row: { flexDirection: "row"; }; col: { flex: number; }; footer: { position: "absolute"; bottom: number; left: number; right: number; flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; paddingTop: number; borderTopWidth: number; borderTopColor: string; }; scorePass: { color: string; }; scoreFail: { color: string; }; severityHigh: { color: string; }; severityMedium: { color: string; }; severityLow: { color: string; }; }; //# sourceMappingURL=styles.d.ts.map