export declare const funk: { fonts: { body: "Poppins, sans-serif"; heading: "Poppins, sans-serif"; monospace: "Menlo, monospace"; }; lineHeights: { body: number; heading: number; }; fontWeights: { body: number; heading: number; bold: number; }; colors: { primary: "#609"; secondary: "#306"; text: "#000"; background: "#fff"; muted: "#f6f6f6"; }; styles: { root: { fontFamily: "body"; lineHeight: string; fontWeight: string; }; h1: { fontSize: number; color: string; fontFamily: string; lineHeight: string; fontWeight: string; }; h2: { fontSize: number; color: string; fontFamily: string; lineHeight: string; fontWeight: string; }; h3: { fontSize: number; color: string; fontFamily: string; lineHeight: string; fontWeight: string; }; h4: { fontSize: number; color: string; fontFamily: string; lineHeight: string; fontWeight: string; }; h5: { fontSize: number; color: string; fontFamily: string; lineHeight: string; fontWeight: string; }; h6: { fontSize: number; color: string; fontFamily: string; lineHeight: string; fontWeight: string; }; p: { color: "text"; fontFamily: "body"; fontWeight: string; lineHeight: string; }; a: { color: "primary"; }; pre: { fontFamily: "monospace"; overflowX: "auto"; code: { color: "inherit"; }; }; code: { fontFamily: "monospace"; fontSize: string; }; table: { width: string; borderCollapse: "separate"; borderSpacing: number; }; th: { textAlign: "left"; borderBottomStyle: string; }; td: { textAlign: "left"; borderBottomStyle: string; }; img: { maxWidth: string; }; }; space: number[]; fontSizes: number[]; }; export default funk;