export declare const ROOT: string; export declare const CICADAUI_DIR: string; export declare const CICADA_CONFIG_FILE: string; export declare const TESTS_DIR_NAME = "__tests__"; export declare const DEMO_DIR_NAME = "__demo__"; export declare const COMPONENTS: string; export declare const VERSION: any; export declare const CREATE_TYPE_MAP: Readonly<{ component: string; }>; export declare const COMPONENT_PARTS_MAP: { name: string; value: string; }[]; export declare const CREATE_TYPES: string[]; export declare const CREATE_UNFINISHED_TYPES: string[]; export declare const VITEPRESS_SIDEBAR_CATEGORY: string[];