export declare const ETS_COMPILER_OPTIONS: { ets: { emitDecorators: { name: string; emitParameters: boolean; }[]; propertyDecorators: { name: string; needInitialization: boolean; }[]; render: { method: string[]; decorator: string[]; }; components: string[]; extend: { decorator: string[]; components: { name: string; type: string; instance: string; }[]; }; styles: { decorator: string; component: { name: string; type: string; instance: string; }; property: string; }; concurrent: { decorator: string; }; customComponent: string; syntaxComponents: { paramsUICallback: string[]; attrUICallback: { name: string; attributes: string[]; }[]; }; libs: never[]; }; }; export declare const COMPONENT_FOR_EACH: string; export declare const COMPONENT_LAZY_FOR_EACH: string; export declare const BUILDIN_SYSTEM_COMPONENT: Set; export declare const BUILDIN_ATOMIC_COMPONENT: Set; export declare const DEFAULT_COMPONENTS: string[]; export declare const COMPONENT_DECORATOR: Set; export declare const ENTRY_DECORATOR: string; export declare const BUILDER_DECORATOR: string; export declare const BUILDER_PARAM_DECORATOR: string; export declare const COMPONENT_BEHAVIOR: string; export declare function isEtsAtomicComponent(name: string): boolean; export declare function isEtsSystemComponent(name: string): boolean; export declare function isEtsContainerComponent(name: string): boolean; export declare function addSystemComponent(componentNames: string[]): void; export declare const COMPONENT_CREATE_FUNCTION: string; export declare const COMPONENT_POP_FUNCTION: string; export declare const COMPONENT_CUSTOMVIEW: string; export declare const COMPONENT_REPEAT: string; export declare const COMPONENT_IF: string; export declare const COMPONENT_IF_BRANCH: string; export declare const COMPONENT_BRANCH_FUNCTION: string; export declare const COMPONENT_BUILD_FUNCTION: string; export declare const SPECIAL_CONTAINER_COMPONENT: Set; export declare const COMPONENT_COMMON: string; export declare const COMPONENT_INSTANCE: string; export declare const COMPONENT_ATTRIBUTE: string; export declare const CALL_BACK: string; export declare const ON_OFF: Set; export declare const OH_PACKAGE_JSON5 = "oh-package.json5"; export declare const BUILD_PROFILE_JSON5 = "build-profile.json5"; export declare const COMPONENT: string; export declare const COMMON_METHOD: string; export declare const COMPONENT_EXTEND_DECORATOR: Set; export declare const BUSINESS_ERROR = "BusinessError"; export declare const OHOS_BASE_FILE = "api/@ohos.base.d.ts"; export declare const OHPM: string; export declare const OH_MODULES: string; export declare const MODULE_PREFIX = "@module:"; export declare const DEFAULT_SDK_NUMS = 3; export declare const PATH_BE_OMITTED = "/src/main"; export declare const SCOPE_PREFIX = "@"; export declare const ETS_PATH = "ets"; export declare const PATH_DELIMITER = "/"; export declare const ETS_CODE_PATH = "ets/"; //# sourceMappingURL=EtsConst.d.ts.map