import './_color/_Theme_color_themeLight.css';
import './_color/_Theme_color_themeDark.css';
import './_control/_Theme_control_themeLight.css';
import './_font/_Theme_font_themeLight.css';
import './_size/_Theme_size_themeLight.css';
import './_space/_Theme_space_themeLight.css';
import './_shadow/_Theme_shadow_themeLight.css';
declare const _default: {
    color: {
        primary: string;
        accent: string;
        invert: string;
    };
    control: string;
    font: string;
    size: string;
    space: string;
    shadow: string;
};
export default _default;
