export namespace theme { namespace colors { const transparent: string; const current: string; const black: string; const white: string; const gray: any; const red: any; const orange: any; const yellow: any; const green: any; const blue: any; const indigo: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; }; const primary: string; const secondary: string; const accent: string; const background: string; const surface: string; const error: string; const success: string; } namespace extend { export const animation: { progress: string; 'stroke-draw': string; }; export namespace colors_1 { const gray_1: { 25: string; 75: string; 450: string; 550: string; }; export { gray_1 as gray }; } export { colors_1 as colors }; export const keyframes: { progress: { from: { transform: string; }; to: { transform: string; }; }; 'stroke-draw': { from: { strokeDashoffset: string; strokeDasharray: string; }; to: { strokeDashoffset: string; strokeDasharray: string; }; }; }; export function typography(theme: any): { DEFAULT: { css: { h1: { color: any; fontWeight: string; }; 'h1 strong': { fontWeight: string; }; 'h1:first-child': { marginTop: string; }; 'h1:last-child': { marginBottom: string; }; h2: { color: any; fontWeight: string; }; 'h2 strong': { fontWeight: string; }; 'h2:first-child': { marginTop: string; }; 'h2:last-child': { marginBottom: string; }; h3: { color: any; fontWeight: string; }; 'h3 strong': { fontWeight: string; }; 'h3:first-child': { marginTop: string; }; 'h3:last-child': { marginBottom: string; }; h4: { color: any; fontWeight: string; }; 'h4 strong': { fontWeight: string; }; 'h4:first-child': { marginTop: string; }; 'h4:last-child': { marginBottom: string; }; }; }; }; } } export const plugins: any[];