export declare const ADDON_ID = "STORYBOOK_ADDON_CUSTOMIZE_ANTD_THEME";
export declare const TOOL_ID: string;
export declare const PANEL_ID: string;
export declare const TAB_ID: string;
export declare const PARAM_KEY = "customizeAntdTheme";
export declare const EVENT_EXPORT_JS = "event_export_js";
export declare const TRIGGER_EXPORT_JS = "trigger_export_js";
export declare const EVENT_EXPORT_LESS = "event_export_less";
export declare const TRIGGER_EXPORT_LESS = "trigger_export_less";
export declare const EVENT_CHANGE_LESS = "event_change_less";
export declare const EVENT_RESET_LESS = "event_reset_less";
export declare const EVENT_LESS_LOADED = "event_less_loaded";
export declare const EVENTS: {
    RESULT: string;
    REQUEST: string;
    CLEAR: string;
};
export declare const CONTROL_DATA_TYPE: {
    [key: string]: string;
};
