declare const _default: import("grommet/utils").DeepReadonly<{ box: { responsiveBreakpoint: string; }; heading: { responsiveBreakpoint: string; }; layer: { responsiveBreakpoint: string; }; } & { global: { colors: { active: { light: string; dark: string; }; brand: string; background: string; focus: string; control: { dark: string; light: string; }; }; drop: { background: string; }; hover: { background: { light: string; dark: string; }; text: { light: string; dark: string; }; }; focus: { border: { color: string; }; }; font: { family: string; }; control: { border: { radius: string; }; }; }; button: { border: { radius: string; }; primary: { color: { light: string; dark: string; }; }; }; checkBox: { check: { radius: string; }; }; layer: { background: string; }; anchor: { color: { light: string; dark: string; }; }; }>; export default _default;