export declare const colors: { white: string; error: string; errorFocus: string; purplishRed: string; warmPink: string; lapisBlue: string; mulledWine: string; mountbattenPink: string; sapphire: string; romance: string; melrose: string; dullLavender: string; meteorite: string; magnolia: string; pastelGrey: string; japaneseLaurel: string; alabaster: string; feta: string; }; export declare const theme: { colors: { white: string; error: string; errorFocus: string; purplishRed: string; warmPink: string; lapisBlue: string; mulledWine: string; mountbattenPink: string; sapphire: string; romance: string; melrose: string; dullLavender: string; meteorite: string; magnolia: string; pastelGrey: string; japaneseLaurel: string; alabaster: string; feta: string; }; 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; }; }; scales: string[]; fontSizes: string[]; borderRadius: string[]; button: { borderRadius: string; px: string; py: string; fontWeight: string; fontFamily: string; sizes: { s: string; m: string; l: string; }; variants: { primary: { background: string; color: string; '&:focus': { borderColor: string; }; }; secondary: { background: string; color: string; '&:focus': { borderColor: string; }; }; active: { background: string; color: string; '&:focus': { borderColor: string; }; }; }; }; space: number[]; fonts: { body: "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif"; heading: "inherit"; monospace: "Menlo, monospace"; }; fontWeights: { body: number; heading: number; bold: number; }; lineHeights: { body: number; heading: number; }; }; export declare type Theme = typeof theme;