declare const commonBorderWidths: { 0: string; 1: string; 2: string; 4: string; }; declare const commonBorderColors: { primary: string; secondary: string; brand: string; positive: string; caution: string; negative: string; info: string; discovery: string; active: string; "force-light": string; "force-dark": string; }; export let plugins: any[]; export namespace theme { namespace extend { export let spacing: { "space-0": string; "space-1": string; "space-2": string; "space-4": string; "space-6": string; "space-8": string; "space-10": string; "space-12": string; "space-14": string; "space-16": string; "space-18": string; "space-20": string; "space-24": string; "space-28": string; "space-32": string; "space-36": string; "space-40": string; "space-48": string; "space-56": string; "space-64": string; "space-72": string; "space-80": string; "space-88": string; "space-96": string; "space-104": string; "space-112": string; "space-120": string; "space-128": string; "space-136": string; "space-144": string; "space-152": string; "space-160": string; }; export let borderRadius: { 0: string; 2: string; 4: string; 6: string; 8: string; 12: string; 16: string; 24: string; 32: string; full: string; }; export { commonBorderWidths as borderWidth }; export { commonBorderWidths as divideWidth }; export { commonBorderWidths as ringWidth }; export { commonBorderWidths as outlineWidth }; export let boxShadow: { 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; }; export let backgroundColor: { primary: string; secondary: string; tertiary: string; brand: string; inverse: string; positive: string; caution: string; negative: string; info: string; discovery: string; active: string; hover: string; backdrop: string; "force-light": string; "force-dark": string; }; export let textColor: { primary: string; secondary: string; brand: string; inverse: string; positive: string; caution: string; negative: string; info: string; discovery: string; active: string; link: string; "force-light": string; "force-dark": string; }; export { commonBorderColors as borderColor }; export { commonBorderColors as divideColor }; export { commonBorderColors as ringColor }; export { commonBorderColors as outlineColor }; export namespace fontFamily { let primary: string; let secondary: string; let tertiary: string; } export let opacity: { 0: string; 20: string; 40: string; 60: string; 80: string; 100: string; }; } } export {}; //# sourceMappingURL=moon-base-preset.d.ts.map